Obsolete: moving to compose and feature x layer modularization, see Android Compose Template for a more modern approach.
Provides a ready to use project template.
- MVVM + state for UI layer
- Clean-architecture
- Reactive streams
- create a repo using the "Use this template" button on github
- clone the created repo:
git clone --recurse-submodules git@github.com:xxx/yyy
- import the clone project in Android Studio
That's all!
From here, you can customize the app name & package.
Author: SĂ©bastien Guillemin