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.
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>"
Browse through currently popular movies via a gridlayout:
Click on a poster to view the details:
Three different filters available:
User-friendly alerts: