About:
An Android app that helps user to discover movies and save their favorites. This is Project 1 & 2 of Udacity's Android Developer Nanodegree.
Installation:
Clone the GitHub repository:
git clone https://github.com/noahhkim/popularmovies.git
Features:
- Discover the most popular, the highest rated and the most rated movies
- Watch movie trailers
- Read reviews
- Save movies marked 'favorite'
- Offline work
- Material design
Requirements:
- Java 8
- Latest version of Android SDK and Android Build Tools
API Key:
The app uses themoviedb.org API to get movie information and posters. You must provide your own 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):
MyOpenMovieApiKey="abc123"