This is second Project in Udacity Android Nanodegree Scholarship program where a grid based movie thumbnails are displayed and on clicking on the Movie thumbnail the user gets respective details of that movie.
To use this code, you need to get an api key from https://www.themoviedb.org/ and include it in strings.xml file as
http://api.themoviedb.org/3/movie/popular?api_key=<YOUR_API_KEY> for api_movie_popular_link String id
AND
http://api.themoviedb.org/3/movie/top_rated?api_key=<YOUR_API_KEY> for api_movie_top_rated_link String id.