Android Nanodegree Popular Movies: Episode I
The key for the TMDB APIs is
stored in a separate resource file called keys.xml. This file is in .gitignore
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="tmdb_key">[ put your key here ]</string>
</resources>