Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.7 KB

Android-MVVM-RxJava-Movies

Movies sample app developed MVVM architecture design pattern that follow the best practices of Object Oriented Design Patterns with following technology stack.

  1. Architecture Design Pattern
  2. MVVM
  3. Koin (Dependency Injection)
  4. Live Data
  5. RxJava
  6. Retrofit
  7. Repository Pattern
  8. AndroidX
  9. TMDB Movies API
  10. Room Database
  11. JetPack Libraries

Demo

Other samples of MVVM in Kotlin

Author

Waheed Nazir

API Sources

  1. The Movie DB (TMDB)