- Created following Android MVVM Architecture using Kotlin
- Data is saved in a local database using Room DB
- Added Field Validation Checks
- Can Add/Delete/Update the Savings or Expense
- Can search or sort the Savings or Expense
- Used Preferences dataStore to save the sort order
- Clone the Repo
- Open the Repo in Android Studio
- Let the Gradle to build
- Enjoy!!