berkeatac / Notes-App

📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries


Languages

Language:Kotlin 100.0%