The Movie Guide for Android (a TMDb client)
Cinemato is a fully functional android app which I made from scratch.It is the fastest, easiest way to find and discover movies, actors and ratings.
App uses The Movie Database API. You have to enter your API key in order to run the app. You can create your own one very easy! https://www.themoviedb.org/account/signup?language=en-EN. When you get it, just set it here:
app/gradle.properties
Download:
You can download APK on releases page.
The project contains an exemplification of the Model-View-ViewModel pattern used together with RxJava.
The DataModel
provides the data that the app needs from TMDB api.
The ViewModel
exposes the response as stream of events through RxJava Observables.
The View
is all the Activities that contain movie and actor data.