This template is compatible with the latest stable version of Android Studio.
- Room Database
- Hilt
- ViewModel, read+write
- UI in Compose, list + write (Material3)
- Navigation
- Repository and data source
- Kotlin Coroutines and Flow
- Unit tests
- UI tests using fake data with Hilt
- Clone this branch
git clone https://github.com/android/architecture-templates.git --branch base
- Run the customizer script:
./customizer.sh your.package.name DataItemType [MyApplication]
Where your.package.name
is your app ID (should be lowercase) and DataItemType
is used for the
name of the screen, exposed state and data base entity (should be PascalCase). You can add an optional application name.
- Localization
- Theme
- Navigation Stack
- State Management - ViewModel
- Login Flow
- [] Login Flow UI
- Login/ Signup/ Forgot password
- Intergation Mock API and view model
- Login/Signup With Email
- Login With Google
- Login With Facebook (optional)
- Login With Apple
- User state management
- Create dashboard screen with bottom navigation bar
- Profile screen - show login/no-login state
- [] Login Flow UI
Checkout wiki for more info