Skip to content

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

Notifications You must be signed in to change notification settings

mertakd/ToDoAppMvvm

Repository files navigation

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