Udacity Android Nanodegree popular movies app
To run this solution, you'll need to:
- Signup for a developer API key at themoviedb.org
- Clone and import project into Android Studio.
- Create a strings resource file named "secret.xml" in res/values and add the string "tmdb_api_key" with your new API key as the value (see example below)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="tmdb_api_key">your_key_here</string>
</resources>