Skip to content

a small-scale project that can effectively demonstrate the integration of Compose, MVVM, and Kotlin. This project should serve as an illustration of how these technologies can be utilized in a practical and efficient manner

Notifications You must be signed in to change notification settings

bashar-snapcart/Cashier-demo-mvvm-compose

Repository files navigation

cashier

Project configuration

Check the app module root folder for the configuration files:

  1. config.properties contains general configuration data
  2. release.properties should contain your signing information in the following format
STORE_PASSWORD=your_store_password
KEY_ALIAS=your_key_alias
KEY_PASSWORD=your_key_password
  1. android.keystore your keystore for signing

The last 2 files are required only for the release build type. You can swap any of them to manage different build types (for instance, using your CI server like TeamCity).

About

a small-scale project that can effectively demonstrate the integration of Compose, MVVM, and Kotlin. This project should serve as an illustration of how these technologies can be utilized in a practical and efficient manner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages