Skip to content

Simple movie listing Android app allowing users to discover movies. This is a continuation of PopularMoviesStage1 project and it is also a Project 2 of Udacity's Android Developer Nanodegree.

Notifications You must be signed in to change notification settings

DenisDavidek/PopularMoviesStage2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopularMoviesStage2

Simple movie listing Android app allowing users to discover movies. This is a continuation of this project and it is also a Project 2 of Udacity's Android Developer Nanodegree.

Features:

  • Discover top rated and popular movies
  • Basic UI optimizations for phones and tablets
  • UI designed using Material Design
  • Watch movie trailers
  • Read movie reviews from other users
  • Mark movies as your favorites and learn about them offline

Used Libraries inside this project

Screenshots


Developer Setup

Clone or download this repository and follow requirements and API KEY sections to get a successful build of this app.

Requirements

  • Java 7
  • Latest version of Android Studio, Android Build Tools and Gradle

API KEY

This app uses themoviedb.org API to get a releavant movie information and posters. You must provide your own API Key in order to build the app.

Create gradle.properties file(if it doesn't exist) and put your API key inside this file:

API_KEY="xYz123"

Author

Denis Dávidek

Releases

No releases published

Packages

No packages published

Languages