Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.89 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.89 KB

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: