/MVVM-TodoList-App

Todo List app using MVVM, Navigation Components, Coroutines, LiveData, Room Database & View Binding.

Primary LanguageKotlin

TodoList-App-MVVM 📝

  • An Android app written in Kotlin to practice one of the architecture models in mobile world which is MVVM (Model View ViewModel).
  • The app lets the user Add, Update, Mark as an Important, Remove & Remove all todo items📄.

📱Screenshot :

Components used in the App:

  • AndroidViewModel
  • Navigation Components
  • Coroutines
  • LiveData
  • Room Database
  • View Binding
  • Simple Animation