Skip to content

Instantly share code, notes, and snippets.

View 471448446's full-sized avatar
🎯
Focusing

Better 471448446

🎯
Focusing
View GitHub Profile

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>