Skip to content

Jithin-Jude/Nanodegree_Popular-Movies-Stage-2

Repository files navigation

Scholarship Google Udacity Nanodegree License MIT

banner

Popular-Movies-Stage-2 :- Movie Bazaar

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:

API Key

Replace "YOUR_API_KEY_HERE" in gradle.properties with your API Key.

UI/UX

screenshots-popular-movies-stage-2 screenshots-popular-movies-stage-2 1

Udacity Review

popular-movies-stage-2_review

License

MIT License

Copyright (c) 2018 Jithin K Jose

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.