Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 2.97 KB

File metadata and controls

41 lines (25 loc) · 2.97 KB

Android-Kotlin---Project-Popular-Movies-Artists-TV-Shows-Using-Clean-Architecture

What is Clean Architecture? Why to use?

Popular Movies, Artists & TV Shows (PMATS) is a demo project to demonstrate app made using latest android app architecture components and using Clean Architecture Model where there is separation of concern.

✓ Fetches data from remote data source using Retrofit

✓ Stores data to local data source using Room DB

✓ Fetches data from local data source using Room DB

✓ Stores data to cache data source using caching technique

✓ Fetches data from cache data source using caching technique

✓ Using Dagger for dependency injection and separation of concern

✓ Using MVVM and Data Binding

1 2 3 4 5 6 7

Dark Mode:

8 9 10 11 12 13 14