This app will fetch the Movie data from themoviedb API with network request and shows it to the screen. And a detail view of the Movie onclick to the poster of the movie and saves favorite Movies into database for offline Popular Movie Stage Two based on Network Request to the themoviebd API to show popular movies and highest rated movie on Android Screen also save favorite movies into SQLite db for offline access.
This app contains API key. Please get your API key from https://www.themoviedb.org/documentation/api to work properly.
To know how to hide the API key please follow the link https://rammic.github.io/2015/07/28/hiding-secrets-in-android-apps/ and https://www.linkedin.com/pulse/how-hide-your-api-key-android-apps-allan-caine
Recycle Views https://guides.codepath.com/android/using-the-recyclerview and https://developer.android.com/guide/topics/ui/layout/recyclerview.html
Http Methods http://www.restapitutorial.com/lessons/httpmethods.html
Design Library https://github.com/chrisbanes/cheesesquare