An expense tracker app built using Android(Kotlin). The app is built on Model-View-ViewModel(MVVM) architechture and uses Room Database as Database for storing the data.
- Easy to use UI
- Add/Delete a transaction
- Colored tiles for different types of expenses
- Shows daily expense and total expense
- AppCompat
- Room Persistent Library
- Lifecycle Components
- MVVM Architecture Components
- Kotlin Coroutines
- RecyclerView
- CardView
Step 1: Clone the repository.
git clone https://github.com/vaibhavjain30699/Expense.git
Step 2: Import the project into the Android Studio using Open an Existing Project.
Step 3: When the gradle build and indexing is done, click the Run button and run it on an emulator/physical device.