Giter Club home page Giter Club logo

popular-movies's Introduction

Popular Movies

View movies sorted by most popular, highest rated, or the user's favorites.

Installation

To run the app, you must make an account and request your personal API key from The Movie DB.

Main website is: https://www.themoviedb.org/movie?language=en-US

Instructions are at: https://developers.themoviedb.org/3/getting-started/introduction

Once you have a key, create a class called ApiKey with your key accessed by a static method getApiKey().

For example, you can copy-paste the following file into the "utilities" package:

package com.example.android.popularmovies.utilities;

public class ApiKey {
    private final static String API_KEY = "YOUR_API_KEY";

    public static String getApiKey()
    {
        return API_KEY;
    }
}

Features:

  • Fetches data from the Internet with The Movie DB API
  • Presents user with a grid arrangement of movie posters upon launch
  • Allows the user to change sort order by most popular or highest-rated
  • Allows the user to view and add movies to a favorites collection
  • Allows the user to tap on a movie poster and transition to a details screen with additional information such as:
    • title
    • movie backdrop image
    • a plot synopsis
    • user rating
    • release date

Screenshots

movie poster grid view movie detail screen with favorites icon movie detail screen of trailer button and review

popular-movies's People

Contributors

mdhsieh avatar

Watchers

James Cloos avatar  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.