This app consume The Movie Db API to displays a list of current popular/highest rated movies and lets you view its details (rating, synopsis, trailers, etc).
You need to insert you own API key to work properly. Please create your API key by signing up at The Movie DB.
Once you have your API key, please insert it in the strings.xml
under the string:
<string name="moviedb_api_key" translatable="false">API_KEY</string>