Go to app/src/main/res/values/strings.xml
and replace
<string name="tmdb_api_key">@string/secret_tmdb_api_key</string>
with your API_KEY
from TMDB
The code builds upon Udacity projects, comments and code might be similar:
Go to app/src/main/res/values/strings.xml
and replace
<string name="tmdb_api_key">@string/secret_tmdb_api_key</string>
with your API_KEY
from TMDB
The code builds upon Udacity projects, comments and code might be similar: