After registering on the Monexin app you will able to track your incomes and expenses.
- Minimum SDK level 21
- 100% Kotlin based
- Coroutines
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- A single-activity architecture, using the Navigation component to manage fragment operations.
- LiveData - Data objects that notify views when the underlying database changes.
- Lifecycle - perform an action when lifecycle state changes
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Repository - Located in data layer that contains application data and business logic.
- ViewBinding - View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.
- Android Hilt - Dependency Injection Library
- Glide - Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
- CameraX - CameraX is a Jetpack library, built to help make camera app development easier.
- Lottie - LottieFiles takes away the complexity from Motion Design.
- Material Design
- Firebase
- Shared Preferences