Replies: 2 comments
-
I think that each feature in the SDK should have its own minimal example app. This way, single features remain easy to understand, even if the number of features increases in the future. Are there any other thoughts on this? |
Beta Was this translation helpful? Give feedback.
-
We could also have a single app with multiple Activities. Pro: easy to bump android versions, do gradle updates, reuse code, etc. Looking at it pragmatically I would suggest sticking with one "Launcher" app which lists all available sample Activities until it's really required to split, and then refactor into different example apps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When adding push support (#3), the question of the example was raised: should there be a different sample app for each feature, or a general one?
Having a different example for each feature would probably make things clearer, whereas having a general example gives an overview of the SDK.
Beta Was this translation helpful? Give feedback.
All reactions