Code Monkey home page Code Monkey logo

popularmovies's People

Contributors

h3u avatar

Watchers

 avatar  avatar

popularmovies's Issues

Add content provider for movie data

  • App persists favorite movie details using a database
  • App displays favorite movie details even when offline
  • App uses a ContentProvider* to populate favorite movie details
  • app may use a library to generate a content provider rather than build one by hand

Add related movies to detail fragment

App requests for related videos for a selected movie via the /movie/{id}/videos endpoint in a background thread and displays those details when the user selects a movie.

Detail view contains an element to mark movie as favorite

In the movies detail screen, a user can tap a button(for example, a star) to mark it as a Favorite.
App saves a “Favorited” movie to SharedPreferences using the movie’s id.
When the “favorites” setting option is selected, the main view displays the entire favorites collection based on movie IDs stored in SharedPreferences or a database.

Sharing Functionality

  • Movie Details View includes an Action Bar item that allows the user to share the first trailer video URL from the list of trailers
  • App uses a share Intent to expose the external youtube URL for the trailer

Add user reviews to detail fragment

App requests for user reviews for a selected movie via the /movie/{id}/reviews endpoint in a background thread and displays those details when the user selects a movie.

Add tablet UI with master-detail fragments

Tablet UI uses a Master-Detail layout implemented using fragments. The left fragment is for discovering movies. The right fragment displays the movie details view for the currently selected movie.

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.