This is my Popular Movies App. Wich I have been developing as part of Udacity's Android Nanodegree Course.
- Create an API KEY on The Movie DB's website.
- Clone this repository using
git clone https://github.com/csilva2810/popular-movies.git
- Create a build.properties file inside your
[home-directory]/.gradle/]
with the folowing content:MyTmdbApiKey="{here_goes_your_api_key}"