A simple note taking app I created to practice using the Room library.
The app is written entirely in Kotlin targeting Android 12 API level 32 and uses the following technologies:
-
Room data persistance library using SQLite
-
Coroutines to query the database away from the main thread.
-
Flow to observe changes in the database.