Borkmywork / MovieMe

A demo Android movie database app using MVP, Dagger 2 and RxJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieMe

MovieMe is a demo movie database application that displays the latest box office movies and the current most popular actors/actresses using the themoviedb API. You can also search for your favourite movies and movie stars.

Screenshots

 

Installation

You will require a themoviedb API key. To get your own API key you can sign up here.
Once you have your API key, insert it here:

public class NetworkUtil {
    public static final String API_KEY = "API_KEY_HERE";
    ...
}

Application Architecture

MVP (Model-View-Presenter) with dependency injection.

Libraries

Third party libraries:

Debugging Libraries:

About

A demo Android movie database app using MVP, Dagger 2 and RxJava

License:MIT License


Languages

Language:Java 100.0%