MyBudget helps you track your spending, allowing you to manage your hard-earned money effectively. The current state of the app is to write to a ROOM database every time a dollar is spent. This way every time I’ve made a payment, I record that by writing it to the database. Now you can keep closer track of where you’re spending your money most by category. I am now building the Export feature using AI ChatGPT specifically.
The Export functionality is now complete. You can now generate a comma-delimited CSV file for Excel, where you can review all your transactions.I built this app using MVVM Architecture. MVVM separates UI, state management, and business logic by placing UI state and logic in a ViewModel that the View observes and the Model supplies data to.


