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.
- Host: GitHub
- URL: https://github.com/libhide/android-nd-project1
- Owner: libhide
- Created: 2016-02-02T21:15:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T12:38:38.000Z (about 10 years ago)
- Last Synced: 2025-04-03T23:14:44.395Z (about 1 year ago)
- Language: Java
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!