• Stars
    star
    2,607
  • Rank 17,001 (Top 0.4 %)
  • Language
    Java
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture

MovieGuide

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

  • Comments and new issues are welcome. 👍
  • Currently not accepting external PRs that touch on the app's architecture and features. 🛑

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
  1. Run the app.

Screenshots

Screenshot screenshot2 screenshot3 screenshot4 screenshot5 screenshot6