Skip to content

Android app that uses The MovieDB API to show the most popular, highest rated and user's favorites movies details such as release date, ratings, plot synopsis, trailers and reviews.

Notifications You must be signed in to change notification settings

Shub4am/Popular-Movies

Repository files navigation

Popular-Movies

Part 2 of the Nanodegree Project by Udacity

Project Overview

Welcome back to Popular Movies! In this second and final stage, I added additional functionality to the app I built in Stage 1.

The app will:

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.
also allow users to mark a movie as a favorite in the details view by tapping a button (star).
make use of Android Architecture Components (Room, LiveData, ViewModel and Lifecycle) to create a robust an efficient application.
create a database using Room to store the names and ids of the user's favorite movies (and optionally, the rest of the information needed to display their favorites collection while offline).
modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.

Instructions:

You need to create a free account on themoviedb.org and generate your personal API key. More info here..

Screenshot

popularmoviesscreenshot

About

Android app that uses The MovieDB API to show the most popular, highest rated and user's favorites movies details such as release date, ratings, plot synopsis, trailers and reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages