Note taking app inspired by the Coding in Flow. Rewritten in Kotlin and implements the new androidx libraries. Tried staying loyal to naming and structure of the example application to make it easier to compare and understand.
First video for the series can be found here.
- Kotlin
- MVVM
- Room
- LiveData
- ViewModel
- ListAdapter for animations on data changes
App supports various database queries & swipe to delete function on the RecyclerView. Utilizes recent ListAdapter library to create animations possible on dataset changes.