A clean, modern Android app built with Kotlin, Jetpack Compose, MVVM, and Hilt dependency injection.
Following solid architecture, readable code, and current Android best practices.
- Language: Kotlin
- UI: Jetpack Compose
- Architecture: MVVM
- DI: Hilt (Dagger)
- Async: Coroutines + Flow
- Navigation: Navigation Compose
- Clean folder structure and clear separation of concerns.
- ViewModels with minimal logic, focused on UI state.
- Dependency injection with Hilt across layers.
- Easy to extend with new features and screens.
- Clone the repository.
- Open in Android Studio.
- Sync Gradle and run on an emulator or device.