Note App, This app is for training on android jetpack compose and the notes are stored in a local database by roomDb.
- language: Kotlin
- UI layouts using Jetpack Compose
- Multi-screen navigation with Jetpack Compose Navigation.
- UI state efficiently using State, ViewModel
- Splash Screen with Compose
- Modularization
- Clean Architecture
- Architectural pattern by (MVI By Compose)
- StateFlow & SharedFlow
- SavedStateHandle to save data
- Dependency injection by (Dagger Hilt)
- Coroutines
- RoomDb