Skip to content

DroidNanoDegree/PopFlix2

Repository files navigation

Popular Movies - Stage 2

About

The project in this folder contains the implementation for Stage 2: Popular Movies project part of the Android Developer Nanodegree.

As per the requirement for the project, the following items have be added to the app on top of what was built in Stage 1:

  1. Allow users to view and play trailers ( either in the youtube app or a web browser).
  2. Allow users to read reviews of a selected movie.
  3. Also allow users to mark a movie as a favorite in the details view by tapping a button(star).
  4. Create a database and content provider 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).
  5. Modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.

Build + Run: Instructions

In order to successfully build and run the project the API key for The Movie DB needs to be set. Follow the steps below to set up the tmdb_api_key:

  1. Create a file named keys.properties in the project root directory
  2. Make an entry tmdb_api_key=ENTER_YOUR_API_KEY_HERE
  3. Profit!

License

Copyright (C) 2018 Srikanth Basappa

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.