Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 499 Bytes

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