This is a simple budget tracker app for Android
.
- Android Studio Emulator was used to run the app with model Launching 'Pixel Fold API 33'.
- Add expenses with details such as title, amount, date, and category.
- Edit existing expenses.
- View all expenses.
- View statistics on expenses, such as the most frequent category and total spending.
- Run the Classes
ApplicationTestInstrumented
andExpenseDAOTest
that can be found in - app/src/androidTest/java/com/paras_test_android/assignment_paras to test the app functionality.
- Add expenses with details such as title, amount, date, and category.
- Then check the menu show expenses to see the expenses you have added.
- Then you can edit the expenses you have added.
- You can also view statistics on expenses, such as the most frequent category and total spending.
This is the main view of the App with two main menu options modalities:
- 1.Menu Options on top left corner as shown just above.
- 2.Menu Options on center of app as shown below
- The user can Delete All Expenses on the screen by pressing the Delete All button.
- A user can edit any element of the expense then press save button to save changes.
- To erase a specific expense , user needs to erase all the elements of a specific expense and then press the save button.
- User can also manually erase all the expenses on the same screen( e.g. with backspace) in one go and then press the save button to save changes.