Skip to content

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

License

Notifications You must be signed in to change notification settings

JohnnyZhou/MovieMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages