Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 853 Bytes

The Movie Database Android App

This is an Android application featuring:

  • Kotlin
  • RxJava
  • Simple Stack view-based navigation
  • Dagger 2
  • Model-View-ViewModel pattern

Build Status

The goal for this application is to experiment using Reactive ViewModels and a single activity with many views to represent a screen as well as an excellent caching strategy to limit repeated network calls and to provide an excellent user experience even with limited connectivity.

Screenshots

Initial Screen

Movie details screen

Actor details screen

Search screen