GithubHelp home page GithubHelp logo

anthrax3 / android-networking-persistence-sample-moviedb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codepath/android-networking-persistence-sample-moviedb

0.0 1.0 0.0 2.66 MB

Samples for usage of Networking and Persistence libraries using TheMovieDB Api

Java 100.00%

android-networking-persistence-sample-moviedb's Introduction

Android Networking and Persistence samples using The Movie DB API

This is an Android demo application for displaying the latest box office movies using the The Movie DB API.

Overview

Purpose of this app is to demostrate usage of various networking and persistence libraries in Android

Nerworking libraries samples

ORM libraries samples

  • DBFlow - A robust, powerful, and very simple ORM android database library with annotation processing

App features

Gif

alt tag

Installation

Quick note is that you must provide your own API key for The Movie DB API in order to use this demo. To get an API key, you need to register for an account (or sign in). Once you have the key, put the key into the API_KEY constant in the ./app/src/main/res/values/secrets.xml file:

<resources>
    <string name="api_key">XXXX</string>
</resources>

Once you've setup the key and imported the project into Android Studio, you should be all set.

Attribution

This code was created by Shrikant Pandhare in 2016 for use in CodePath sessions.

android-networking-persistence-sample-moviedb's People

Contributors

shrikant0013 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.