Created
December 14, 2020 23:39
-
-
Save enginebai/3064d7fa3944d7110835d6d752a071b6 to your computer and use it in GitHub Desktop.
MovieHunt blog part5. controller sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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