Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 299 Bytes

MvvmCleanArchitectureDemo

This example project demonstrates MVVM Clean Architecture. In this project below concepts are used:

  • LiveData
  • ViewModel
  • Navigation Architecture Component
  • Coroutines
  • Dagger-Hilt
  • ViewBinding
  • Unit Tests
  • Instrumentation Tests
  • Room Database
  • Retrofit