This project uses jetpack compose technology, in short jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
Clone or Download and Open it into Android Studio or other IDE
https://https://github.com/HariAgus/GroceriesApp-Compose.git
Splash Screen | On Boarding Screen | Home Screen | Detail Screen |
---|---|---|---|
Category Screen | Cart Screen | Profile Screen | Empty Screen |
---|---|---|---|
- MVVM (Model View View Model)
- Use Case (for interaction data)
- Room Database
- Clean Architecture (data, domain, layer)
- Clean Code