Skip to content

simonoppowa/PopularMoviesAppStage2

Repository files navigation

Udacity Android Developer Nanodegree Program

2nd/3rd Project

PopularMoviesApp Stage 2

From Entry Level Programmer / Android Developer

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 create a database 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.
  • Recall from Stage 1, you built a UI that presented the user with a grid of movie posters, allowed users to change sort order, and presented a screen with additional information on the movie selected by the user:

What Will I Learn After Stage 2? You will build a fully featured application that looks and feels natural on the latest Android operating system (Nougat, as of November 2016).

Usage

Add your TMDb API KEY in gradle.properties

Screenshots

alt text    alt text alt text

Libraries used

Icons from:

License

Copyright 2018 Simon Oppowa
    
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Udacity Android Developer Nanodegree Program 2nd/3rd Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages