Skip to content

DroidNanoDegree/PopFlix

Repository files navigation

Popular Movies - Stage 1

About

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

As per the requirement for the project, the following items are completed:

  1. Upon launch, present the user with an grid arrangement of movie posters.
  2. Allow your user to change sort order via a setting:
    • The sort order can be by most popular, or by top rated
  3. Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
    • original title
    • movie poster image thumbnail
    • A plot synopsis (called overview in the api)
    • user rating (called vote_average in the api)
    • release date

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
  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.

About

Stage 1: Popular Movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages