/hollywoo

Project 2 of the Udacity's Android Developer Nanodegree program. Displays highly rated and popular movies in a beautiful and tablet-friendly UI.

Primary LanguageJava

Hollywoo

This app uses The Movie Database API. Get an api key from

https://www.themoviedb.org/

Usage

Create a gradle.properties file in the root directory and add the line

movieDbApiKey="{your_api_key}"

MinSdk is 16 (4.1 Jellybean)

TargetSdk is 24 (7.0 Nougat)

Disable Instant Run in Android Studio before Installation

Unfortunately Sugar ORM is incompatible with the "Instant Run" feature of Android Studio 2.0+.

Don't you mean Hollywood?

No.

Udacity Project Description

Build an app, optimized for tablets, to help users discover popular and highly rated movies on the web. It displays a scrolling grid of movie trailers, launches a details screen whenever a particular movie is selected, allows users to save favorites, play trailers, and read user reviews. This app utilizes core Android user interface components and fetches movie information using themoviedb.org web API.

Tablet view