It's an app built with [Kotlin][1] that shows how to perform CRUD operations in the Room database using Kotlin Flow in clean architecture using [Android Architecture Components][3] and the MVVM Architecture Pattern. For the UI it uses Jetpack Compose, Android's modern toolkit for building native UI.
Below you can find the docs for each technology that is used in this app:
- [ViewModel][5]
- [Navigation][12]
- [Hilt for Android][6]
- [Kotlin Coroutines][7]
- [Asynchronous Flow][8]
- [Jetpack Compose][9]
- [Room][13]