You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.It is simple Expense tracking app build on room-DB..
2.It has all the types of filters like daily , weekly and monthly transations details .
3.To build this App i have used the MVVM Architecture along with ROOM-DB, that provide seamless functionality .
Learning :-
a. I have used ViewModel and LiveData to communicate between the one fragment to another. So, that the filter tabs updates according to the date seleted
b. Used alot of SQL Queries to fetch the data from the Sqlite-DB..
c. Integrated the PieChart to this App so that user can track it's Expenses and the Ramaining Balance.