Android App for "Arroces Mixtos" store using latest Architecture components and Dependency Injection
mixed_rice_first_approach.mp4
- Android ViewModels
- Android LiveData: UI updates from ViewModel to Activity
- Koin: Dependency injection
- Room: Local database
- Kotlin Coroutines
- Code Style: Added task using ktlint to keep a good code styel. The code style task is run always before the build task.
I'm using Android DataBinding and View Binding
- Unit Testing: Created unit test for each Module.
- Using Clean Architecture for the whole application and using MVVM for the presentation layer.