https://github.com/libhide/android-nd-project2
Project two for the Android Nano Degree offered by Google in collaboration with Udacity.
https://github.com/libhide/android-nd-project2
Last synced: about 1 year ago
JSON representation
Project two for the Android Nano Degree offered by Google in collaboration with Udacity.
- Host: GitHub
- URL: https://github.com/libhide/android-nd-project2
- Owner: libhide
- Created: 2016-02-17T18:06:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T18:07:28.000Z (about 10 years ago)
- Last Synced: 2025-02-09T11:11:26.910Z (about 1 year ago)
- Language: Java
- Size: 212 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Android Nanodegree Project 1, Stage 2 – 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!