A Simple note app with Kotlin Flow
- add, delete, and edit a note
- swipe to delete
- snackbar to undo the delete
- displays a list of notes
- Kotlin Coroutines (including kotlin Flow)
- Room Persistence Library
- ViewModel
- LiveData
- Dagger Hilt
- Navigation Component
Amwalul Ikhsani