Skip to content

Create an android application to save tasks in local database (Room) using mvvm .

Notifications You must be signed in to change notification settings

moejehad/ToDo_App_MVVM

Repository files navigation

MVVM To-Do List App

Create an android application to save tasks in local database (Room) using mvvm .

I'm using in this project :

  • Kotlin
  • Room Database
  • Coroutines
  • Flow
  • Navigation Component
  • MVVM architecture
  • View Model
  • Dagger-Hilt
  • Jetpack-Datastore
  • Dependency-Injection