Skip to content

Android Developer Nanodegree - Project 3 - Popular Movies Stage 2

Notifications You must be signed in to change notification settings

doilio/Popular-Movies-Stage-2

Repository files navigation

Popular-Movies-Stage-2

Android Developer Nanodegree - Project 3 - Popular Movies Stage 2

Project Overview

Welcome back to Popular Movies! In this second and final stage, you’ll add additional functionality to the app you built in Stage 1.

You’ll add more information to your movie details view:

  • You’ll allow users to view and play trailers (either in the youtube app or a web browser).
  • You’ll allow users to read reviews of a selected movie.
  • You’ll also allow users to mark a movie as a favorite in the details view by tapping a button (star).
  • You'll make use of Android Architecture Components (Room, LiveData, ViewModel and Lifecycle) to create a robust an efficient application.
  • You'll 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).
  • You’ll modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.

Why this Project

To become an Android developer, you must know how to bring particular mobile experiences to life. Specifically, you need to know how to build clean and compelling user interfaces (UIs), fetch data from network services, and optimize the experience for various mobile devices. You will hone these fundamental skills in this project.

By building this app, you will demonstrate your understanding of the foundational elements of programming for Android. Your app will communicate with the Internet and provide a responsive and delightful user experience.

What Will I Learn?

Through this project, you will:

  • You will build a fully featured application that looks and feels natural on the latest Android operating system.

Main Screens

device-2020-04-02-021552 device-2020-04-03-171441

Movie Details Screen

device-2020-04-03-171916 device-2020-04-03-172003

Offline Support with Room Database

device-2020-04-03-172308 device-2020-04-03-172337

About

Android Developer Nanodegree - Project 3 - Popular Movies Stage 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages