Skip to content

AnandSuthar99/MvvmCleanArchitectureDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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