Skip to content

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.

Notifications You must be signed in to change notification settings

musapkahraman/PopularMoviesStage2

Repository files navigation

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.

Part of the Android Developer Nanodegree Program

Works with The Movie Database API

IMPORTANT: Reviewers should insert their API key.

Overview

Most of us can relate to kicking back on the couch and enjoying a movie with friends and family. In this project, you’ll build an app to allow users to discover the most popular movies playing. You’ll build the complete functionality of this app in two stages which you will submit separately.

In this stage you’ll add additional functionality to the app you built in Stage 1.

Objectives

Add more information to the movie details view:

  • Allow users to view and play trailers (either in the youtube app or a web browser).
  • Allow users to read reviews of a selected movie.
  • Allow users to mark a movie as a favorite in the details view by tapping a button. This is for a local movies collection that you will maintain and does not require an API request.
  • Modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages