Udacity Nano Degree
This project include code for stage 1 and stage 2
- Create API key from themoviedb.org
- You can use API key in two ways on this project
- create gradle.properties file in project root folder. Then add following line with your API key
API_KEY=XXXXXXXXXXXXXXXXXXXX
- Or you can simply place your API on apps build.gradle file.
def API_KEY = '"' + API_KEY + '"' ?: '"Put your Api key"';
- create gradle.properties file in project root folder. Then add following line with your API key