Udacity Nanodegree project that allows you to discover movies from The Movie Database and display them based on Popularity or Rating. Stage 2 - add reviews and ability to launch trailer. Add the ability to read reviews.
In order to run you need to acquire and api key from https://www.themoviedb.org/documentation/api and then store it in gradle.properties as TMDB_API_KEY="";
Recycler view layout ideas https://www.journaldev.com/13792/android-gridlayoutmanager-example
Toolbar implementation guidance http://www.vogella.com/tutorials/AndroidActionBar/article.html
Parcelable Implementation https://guides.codepath.com/android/using-parcelable
Check Network State https://developer.android.com/training/monitoring-device-state/connectivity-monitoring
ContentProvider https://medium.com/@sanjeevy133/an-idiots-guide-to-android-content-providers-part-2-7ccfbc88d75c