Code Monkey home page Code Monkey logo

popular-movies's Introduction

Movie Browser

Movie Browser is an app which simply retrieves the current top 20 movies from TheMovieDb, sorted by either popularity or rating. Details for selected movie can then be viewed. The app was created and submitted as an assignment for the The Android Developer Nanodegree program at Udacity

Prerequisites

An API key from TheMovieDb is required (see https://www.themoviedb.org/faq/api)

Add your API key to the gradle.properties file in your home .gradle directory:

Add the following line

TMDBApiToken = "1234567890"

to ~/.gradle/gradle.properties in Linux or C:\Users\[Username]\.gradle in Windows (for example) where "1234567890" is replaced with your actual API Key

You will not be able to build or use the app until this is done.

Acknowledgments

The following libraries were used:

Movie data is supplied by The Movie Db (https://www.themoviedb.org/)

Aside from the Udacity course material I read a lot of Medium posts (https://medium.com/) and the official Android documentation (https://developer.android.com/).

popular-movies's People

Contributors

jcarklin avatar

Watchers

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