- Exspends helps you keep track of your monthly expenditure.
- Add your expenses of current month and keep track of them categorically.
- Overview of you current month expenditure category using pie-chart.
- Overview of your total month expenditure of previous months using bar-chart.
- View, update or delete your expense details.
- Get a notification with your total expenses in that month.
Dashboard | All Expenses | Expense Details |
---|---|---|
![]() |
![]() |
![]() |
Monthly Expenses Bar Chart | All Monthly Expenses | Add Expense |
---|---|---|
![]() |
![]() |
![]() |
- Kotlin - First class and official programming language for Android development.
- Coroutines - For asynchronous and more.
- Flow - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- StateFlow - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- Navigation - Navigation is a framework for navigating between ‘destinations’ within an Android application
- Room - The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- DataStore - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
- Dependency Injection -
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel - DI for injecting
ViewModel
.
- MPAndroidChart - A powerful & easy to use chart library for Android
- Glide - Glide is a fast and efficient open source media management and image loading framework for Android
- Material Components for Android - Modular and customizable Material Design UI components for Android