Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 847 Bytes

MovieGuide

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.

Add your themoviedb.org API key in the local.properties file:

tmdb_api_key=YOUR_API_KEY

Check out the Kotlin version here

Screenshot screenshot2 screenshot3 screenshot4 screenshot5 screenshot6