Code Monkey home page Code Monkey logo

popular-movies-2's Introduction

popular-movies-2

Project 2 for udacity

In this second and final stage, I have added additional functionality to the app built in Stage 1.

Added more information to movie details view:

  • Allow users to view and play trailers ( either in the youtube app or a web browser).
  • Allow users to read reviews of a selected movie.
  • Also allow users to mark a movie as a favorite in the details view by tapping a button. This is for a local movies collection that is maintained on device and does not require an API request*.
  • Modified the existing sorting criteria for the main view to include an additional pivot to show favorites collection.
  • Modified the existing layouts to fully utilize the tablet real estate.
##How to Install ###Requirements

Java 7/8 Latest version of Android SDK and Android Build Tools API Key

The app uses themoviedb.org API to get movie information and posters. You must provide your own API key in order to build the app.

Just put your API key into lib/JSONParser.java file:

public static final String API_KEY = ""; //Input api key in this string

###Building

You can build the app with Android Studio or with ./gradlew assembleDebug command.

popular-movies-2's People

Contributors

maayyaannkk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.