Skip to content

A tablet-optimized mobile app that helps users discover popular and highly rated movies on the web

Notifications You must be signed in to change notification settings

dashengz/popular-movies

Repository files navigation

popular-movies

Project Description:

Udacity Android Nanodegree Project 1

PopularMovies is a mobile app (also optimized for tablets) that helps 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. It also uses its own content provider and SQLite database for data storage.

How to use:

The Movie Database API Key is required.

Please obtain a key following the instructions.

Include the unique API key in [Project Root Folder]/.gradle/gradle.properties

TheMovieDatabaseApiKey="<YOUR_API_KEY_HERE>"

Screenshots of the App:

Browse through currently popular movies via a gridlayout:

Click on a poster to view the details:

Three different filters available:

User-friendly alerts:

About

A tablet-optimized mobile app that helps users discover popular and highly rated movies on the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages