TheMovies. A sample movie app built to show clean architecture patterns in Android.

github.com/skydoves/TheMovies

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2020
  • Merge pull request #14 from egbuna/fix/not-null-constraint
  • fix: non null constraint on tv poster path
  • Add whatif library documentation
  • Release —1.0.1
  • Load data from database via diskio executor
  • Merge branch 'master' of https://github.com/skydoves/TheMovies
  • Implement AppExecutors
March 2020
  • Merge pull request #12 from Pravin-Divraniya/gradle-enhancement
  • Upgrade gradle plugins and some artifacts.
February 2020
  • Remove unused funtionalities
  • Use JvmSuppressWildcards annotation to the AppViewModelFactory
  • Resolve binding nullable
  • Refacotr activities and viewmodels
  • Move converters pacakge
  • Release —1.0.0
  • Use Appcompat androidx view
  • Remove viewholder delegates
  • Implement binding pagination adapter
  • Use ChipGroup
  • Add lint file
  • Refactor ViewModelActivity & ViewModelFragment
  • Remove anko dependency