• Stars
    star
    1
  • Language
    Kotlin
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ToDo is a demo app written in kotlin, created to demonstrate my experience using clean architecture with MVVM and androids Navigation Component for handling fragment transactions and passing arguments. I used room database for saving data to local database and Hilt for dependency injection.