Application is basically for tracking my todo and other tasks
-
Splash and Login Activity with password authentication
-
Bottom Navigation bar - 5 tabs
- Home -> months -> categories with amount -> update those categories amount
- Dashboard -> total balance, income and expense with pie chart for selected month from spinner
- Notes -> add note and delete by clicking delete icon
- Journal -> search them, new activity to write data and update in card view, on long press we can delete
- Notification -> create task -> new activity - to give task type, date nad icon and provides notification on selected date at 9AM.
-
Multiple Databases are used by using RoomDB libraries with Data class, Dao, RoomDatabase classes.
Updates ::::
18 Jan 2024 ->
- Added columns in MonthlyCategories - Other Savings & Pay back to Others
- Fix - Due to case sensitive columns data is not updated in UI, so changed from Personal care -> Personal Care & Home giving -> Home Giving
31 Jan 2024 ->
-
Added columns in MonthlyCategories - Get from Others, Me and Others Expense & Spending on Others
-
update DB version
-
Fix - On MCategoryDB update we are losing the data, included addMigration to persist the data.
-
update MCategory DB to 4
-
Added Extra column in MCategoryDB