This is Project #2 of the Udacity Android Nanodegree. "Popular Movies" displays a grid of movies and additional details when clicked.
Trailers and reviews can be viewed in the details and the first video can be shared.
Popular Movies uses The Movie DB(https://www.themoviedb.org/) as a data source.
This project requires an API key from: The Movie DB(https://www.themoviedb.org/).
Please get your own API key and create the following entry in your local $HOME/.gradle/gradle.properties file:
MyMovieDbApiKey=YOUR_OWN_MOVIEDB_API_KEY