A modern Android Expense Tracker application built using Java, MVVM Architecture, Room Database, LiveData, and RecyclerView. The app allows users to record income and expenses, automatically calculates total balance, and stores all data locally on the device.
- Add income and expense transactions
- View all transactions in a RecyclerView
- Automatic calculation of:
- Total Balance
- Total Income
- Total Expenses
- Local data storage using Room Database
- Real-time UI updates with LiveData
- Clean Material Design interface
- MVVM Architecture for scalable code organization
- Java
- Android Studio
- MVVM Architecture
- Room Database
- LiveData
- RecyclerView
- Material Design Components
- Gradle (Kotlin DSL)