Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.07 KB

File metadata and controls

43 lines (24 loc) · 1.07 KB

ExpenseTracker

An Expense Tracker Android Application.

  • 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

Demo

To run the app

  • Clone the Repo
  • Open the Repo in Android Studio
  • Let the Gradle to build
  • Enjoy!!