Popular Movies project
Built for Nanodegree
Instructions
Popular Movies expects the following entries in your gradle.properties file:
- apikey=your-api-key
- apimainurl=http://api.themoviedb.org/3/movie/
- imgurl=http://image.tmdb.org/t/p/%1$s/%2$s
- apiPathPopular=popular
- apiPathTopRated=top_rated
With the following content:
- apikey - This is your secret api key
- apimainurl - This is the base url for the movie api
- imgurl - This is the path to use for image urls.
- apiPathPopular - This is the url path for popular movies. Normally set to "popular"
- apiPathTopRated - This is the url path for top rated movies. Normally set to "top_rated"