Skip to content

Instantly share code, notes, and snippets.

@enginebai
Created December 14, 2020 23:39
Show Gist options
  • Save enginebai/3064d7fa3944d7110835d6d752a071b6 to your computer and use it in GitHub Desktop.
Save enginebai/3064d7fa3944d7110835d6d752a071b6 to your computer and use it in GitHub Desktop.
MovieHunt blog part5. controller sample
class MyController : EpoxyController() {
override fun buildModels() {
HeaderImageModel_()
LoadingModel_()
MovieModel_()
MovieModel_()
FooterModel_()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment