An open API service indexing awesome lists of open source software.

https://github.com/libhide/android-nd-project1

Project one for the Android Nano Degree offered by Google in collaboration with Udacity.
https://github.com/libhide/android-nd-project1

Last synced: 10 months ago
JSON representation

Project one for the Android Nano Degree offered by Google in collaboration with Udacity.

Awesome Lists containing this project

README

          

## Android Nanodegree Project 1, Stage 1 – Popular Movies

API key is not included, it needs to be added in `app/src/main/java/com/ratik/popularmovies/Keys.java` as
`public static final String API_KEY = "key_here"`.

### Get an API Key

1. Go to [The Movie Database](http://themoviedb.org).
2. If you don’t already have an account, create one.
3. Create a request for an API key stating that you will use it for educational / non-commercial purposes.
4. Provide the required personal information to complete the request.
5. That's it!