android / architecture-templates
- четверг, 8 декабря 2022 г. в 00:36:23
Templates are compatible with the latest stable version of Android Studio.
Template | Description |
---|---|
base |
Reactive architecture, Compose, database, single module |
multimodule |
Base template + multimodule |
The app contains a simple Compose UI that shows a list of
saved strings and lets the user save new ones.
base
branch:git clone https://github.com/android/architecture-templates.git --branch base
bash customizer.sh your.package.name DataItemType [YourAppName]
your.package.name
is your app ID (should be lowercase)DataItemType
is used for the name of the screen, exposed state and data base entity
(should be PascalCase).Note: the customizer script requires bash 4 and above. You might have to install a modern version on macOS:
brew install bash
This code is distributed under the terms of the Apache License (Version 2.0). See the license for more information.