/Popular_Movies

Android app to find popular and top rated movies

Primary LanguageJavaMIT LicenseMIT

Popular Movies (Udacity)

Setup

To fetch popular movies, I used the API from themoviedb.org.

  • If you don’t already have an account, you will need to create one in order to request an API Key.

Then you can append a parameter in the local.properties file:

sdk.dir=The sdk directory //already existing parameter
apiKey = Your API Key