A sample project that makes use of the TMDB API calls to fetch the list of upcoming movies list and display it using recycler view.
Example API call used: Tmdb API call https://www.themoviedb.org/documentation/api
Obtain API key as mentioned here: https://www.themoviedb.org/faq/api using link: https://www.themoviedb.org/settings/api
Example API Request https://api.themoviedb.org/3/movie/550?api_key=XXX http://api.themoviedb.org/3/movie/top_rated?api_key=XXX