A Simple Expense Tracker App for you day to day life 📱 built to demonstrate the use of modern android architecture component with MVVM Architecture 🏗. *Made with love ❤️.
WIP
- Kotlin - First class and official programming language for Android development.
- JetPack Compose For best UI experience.
- Coroutines - For asynchronous and more..
- 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.
- Flow - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Room - SQLite object mapping library.
- Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
- 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.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- Figma - Figma is a vector graphics editor and prototyping tool which is primarily web-based.
This app uses MVVM (Model View View-Model) architecture.
If you want to contribute to this app, you're always welcome! See [Contributing Guidelines]
Apache 2.0 License