Skip to content

It’s to do list app which user can add, update, delete, search and sort tasks.

Notifications You must be signed in to change notification settings

Khadar3344/ToDoCompose

Repository files navigation

To-Do App with Jetpack Compose MVVM - Android Development

It’s to do list app which user can add, update, delete, search and sort tasks.

Libraries And Tech used

  • Jetpack Compose for UI
  • Compose navigation
  • MVVM: Android architecture used to separate logic code from ui and save the application state in case the configuration changes.
  • Coroutines: Executing some code in the background
  • Dagger hilt: Dependency injection
  • Splash API Dependency
  • Room Database
  • DataStore Preferences