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

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.

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"