Mobile application based on ZSME site.
Names in brackets indicate tags in git repository.
- 1.x (java) used Java & XML.
- 2.0 (old-compose) used Kotlin & experimental Jetpack Compose.
- 2.1 (material3) used Material 3.
App is available on Play Store or in releases section.
- Jetpack Compose
- Hilt
- Room
- Material Design 3
- Retrofit
- Firebase - Messaging, Remote Config and Cloud Functions
- Compose Destinations
- Import project to Android Studio.
- Setup Firebase. Place your config in
app/google-services.json
. - Setup Firebase Messaging.
- Setup Remote Config
and populate it with values from
app/src/main/res/xml/remote_config_defaults.xml
. - Setup Cloud Functions located
in
firebase
directory.