ZocDoc Movie Database. My implementation of ZocDoc's Mobile Engineer Take Home Evaluation.
- Uses MVP via Mosby for clean separation of UI from its data model and its presentation layer.
- Uses Retrofit for its network stack and remote API layer.
- Uses Picasso for image downloading.
- Uses Cache2K for rudimentary runtime caching complete with short lived values.
##TODO:
- Integrate SQLite Database library for persisting "AllMovies" response data.
- Building a filter UI so that it can be filtered from the persisted data.