1. Store api keys in a xml file Put xml file "api_keys.xml" in the directory "res/value/". api_keys.xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="THE_MOVIE_DB_API_TOKEN">XXXXX</string> </resources>