A modern Android notes application built with MVI (Model-View-Intent) architecture pattern using Dagger Hilt dependency injection and Room database for local storage.
- Create, read, update, and delete notes
- Local data persistence using Room Database
- MVI Architecture
- Dependency injection with Dagger Hilt
- Material Design UI
- Architecture Pattern: MVI (Model-View-Intent)
- Dependency Injection: Dagger Hilt
- Database: Room
- Programming Language: Kotlin