https://github.com/emmaunel/nanodegree-popularmovie
A simple Android app, that helps you discover most popular and most rated movies. Project 1 of Udacity Android Developer Nanodegree.
https://github.com/emmaunel/nanodegree-popularmovie
android app database java material-design movies nanodegree udacity udacity-nanodegree volley
Last synced: 8 months ago
JSON representation
A simple Android app, that helps you discover most popular and most rated movies. Project 1 of Udacity Android Developer Nanodegree.
- Host: GitHub
- URL: https://github.com/emmaunel/nanodegree-popularmovie
- Owner: emmaunel
- License: apache-2.0
- Created: 2018-04-28T15:37:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T23:30:52.000Z (over 7 years ago)
- Last Synced: 2025-02-04T21:20:56.323Z (10 months ago)
- Topics: android, app, database, java, material-design, movies, nanodegree, udacity, udacity-nanodegree, volley
- Language: Java
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nanodegree-PopularMovie
A simple Android app, that helps you discover most popular and most rated movies. Project 1 of Udacity Android Developer Nanodegree.
# Setting up the API_KEY
The app uses themoviedb.org API to get movie information and posters. You must provide your own API key in order to build the app.
Just put your API key into ~/.gradle/gradle.properties file (create the file if it does not exist already):
API_KEY= "YOUR_API_KEY"