/MoviesMVP

Sample Android app built with an MVP approach with Dagger2 and RxJava uses TheMovieDB API

Primary LanguageJava

MoviesMVP

License Open Source Love

Sample Android app built with an MVP approach uses TheMovieDB API .

What is MVP?

  • View is a layer that displays data and reacts to user actions. On Android, this could be an Activity, a Fragment, an android.view.View or a Dialog.
  • Model is a data access layer such as database API or remote server API.
  • Presenter is a layer that provides View with data from Model. Presenter also handles background tasks.

ScreenShots

Popular and Top Rated Movies

Movie Detail

Libraries Used

Setup

Add your API KEY in gradle.properties file

APIKEY="YOUR_API_KEY"

License

Copyright 2017 Emre Köse.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.