A clean and minimal Android project showcasing Dependency Injection with Dagger Hilt in a fully Jetpack Compose environment.
- Dagger Hilt for dependency injection
- Jetpack Compose for modern, declarative UI
- MVVM architecture with
ViewModel&StateFlow - Repository pattern for clean data management
This example demonstrates how to structure a modular Android app using Hilt to inject dependencies across the app — from repositories to UI layers — while leveraging the simplicity of Jetpack Compose.