This repo is used for completing udacity's android nanodegree project 1, Movie App
https://docs.google.com/document/d/1ZlN1fUsCSKuInLECcJkslIqvpKlP7jWL2TP9m6UiA6I/pub?embedded=true
To define your api key use the following options to set an enviroment variable MOVIE_DEBUG_API_KEY that is used to set the api key in the project:
- For mac: run the command in terminal
launchctl setenv MOVIE_DEBUG_API_KEY "your_key"
- Windows: define an enviroment variable with name MOVIE_DEBUG_API_KEY and value as your key
- NOTE: restart android studio after defining the enviroment variable otherwise it won't be updated