mertakd / ToDoAppMvvm

A basic sample ToDo App to understand MVVM in a very simple way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo App MVVM

Architecture

  • MVVM
  • View Model
  • Room
  • Navigation(args)
  • LiveData
  • Coroutines
  • Data Binding(Binding Adapter)
  • Filter

UI

  • Splash Screen with Lottie Animation
  • Recyclerview Animation
  • Swipe Delete
  • Night Mode
  • Icon

App Gif

20230729_141229

Application Architecture

room