This is my solution to Popular Movies - stage 1 project from Android Developer Nanodegree Program
For application to work with Movies Database API you'll need to add keys.properties
file in
project's main directory. The file should contain values listed below:
DEBUG.MOVIE_DATABASE_API_KEY = "{DEBUG_KEY}"
RELEASE.MOVIE_DATABASE_API_KEY = "{RELEASE_KEY}"