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.
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";
...
}
MVP (Model-View-Presenter) with dependency injection.
Third party libraries:
Debugging Libraries: