App Developed as a learning tool
MyHomeBudget is a Kotlin-based mobile app that allows users to keep track of their finances. The app employs TabLayout
and ViewPager2
navigation and features three screens that show the status of savings and bills. The main screen provides a comprehensive overview of all expenses. The app also utilizes RecyclerView
and DonutChart
to display data in a user-friendly manner. MyHomeBudget is designed to help users manage their finances efficiently and effectively.
The app uses only dummy data.
Tha app design is heavily based on Rally sample app.