n1207n / theMovieDB_2_0

A movie app inspired by Udacity project with MVP, RxJava/RxAndroid, Retrofit 2, Dagger 2, Butterknife, and a bunch of goodies~~!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theMovieDB_2_0

A movie app inspired by Udacity project

Architecture

  • Model-View-Presenter pattern for each screen
  • Retrofit 2 + RxJava for reactive networking
  • AutoValue + Moshi + Parcelable for POJO classes
  • Dagger 2 + AutoDagger2 for auto dependency injection
  • Debugdrawer and many modules for debug mode profiler
  • Gradle BuildConfig for secret keys and API key load
  • TMDb API for movie data

Screenshots

  • Splash screen

alt text

  • Movie list in phone screen

alt text

  • Movie details in phone screen

alt text alt text

  • Movie list in tablet screen

alt text

  • Movie details in tablet screen

alt text alt text

About

A movie app inspired by Udacity project with MVP, RxJava/RxAndroid, Retrofit 2, Dagger 2, Butterknife, and a bunch of goodies~~!


Languages

Language:Java 100.0%