Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 666 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 666 Bytes

Notes-App

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.

Used Tech

  • 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.