esoxjem / MovieGuide

Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
MIT License
2.61k stars 856 forks source link
android clean-architecture clean-code dagger2 kotlin mvp rxjava

MovieGuide

🚧 Refactoring in progress 👷‍♀️⛏👷🔧️👷🔧 🚧

Build Status

Android app that lists popular/highest-rated movies, shows trailers and reviews.

This app showcases the MVP pattern, RxJava, Dagger 2 and Uncle Bob Martin's Clean Architecture approach. Optimized for tablets.

Building the app

  1. Open local.properties in the root directory.
  2. Add your TMDB API key as follows
    tmdb_api_key=ADD_YOUR_API_KEY_HERE
  3. Run the app.

Screenshots

Screenshot screenshot2 screenshot3 screenshot4 screenshot5 screenshot6