An Android app to track daily expenses, manage categories, and view expense history. Built with Java and SQLite.
- Add Expenses: Add expenses with details like amount, category, date, and description.
- View Expenses: View all expenses in a list with sorting by date.
- Edit/Delete Expenses: Update or delete existing expenses.
- Expense Categories: Predefined categories like Food, Transport, Entertainment, and Other.
- User-Friendly UI: Clean and intuitive Material Design interface.
- Programming Language: Java
- Database: SQLite
- UI Framework: Android XML Layouts
- Dependencies:
- Material Design Components
- RecyclerView
- Parcelable (for passing data between activities)
- Android Studio (latest version recommended)
- Android SDK (API level 21 or higher)
- An Android device or emulator
- Clone the Repository:
git clone https://github.com/itskhawer/Expense-Tracker.git