https://github.com/jgroman/popular-movies
Educational Android app
https://github.com/jgroman/popular-movies
Last synced: 2 months ago
JSON representation
Educational Android app
- Host: GitHub
- URL: https://github.com/jgroman/popular-movies
- Owner: jgroman
- License: apache-2.0
- Created: 2018-02-18T09:36:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T08:33:28.000Z (about 7 years ago)
- Last Synced: 2025-01-20T05:37:24.017Z (4 months ago)
- Language: Java
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Popular Movies
An educational Android app for learning Android programming concepts.
Udacity Nanodegree project
## Important note regarding TMDb API token
Since it is illegal to publicly share personal TMDb API token, said token is stored externally
in personal gradle.properties file and included to app at build time.__How to store your own key:__
1. Navigate to your own */.gradle* directory
2. Locate *gradle.properties* file. If it is not present, create new empty one.
3. Add following line to *gradle.properties* file: `TMDbApiToken="PUT_YOUR_TOKEN_HERE"`Failing to do so, you will not be able to build the app.
## External libraries used:
Picasso - http://square.github.io/picasso/