Created
December 8, 2020 14:46
-
-
Save enginebai/8ea196f98b12e5d49e3516fb958c660f to your computer and use it in GitHub Desktop.
MovieHunt blog part 5 epoxy model data binding setup
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
@EpoxyDataBindingPattern(rClass = R.class, layoutPrefix = "item") | |
package com.enginebai.moviehunt; | |
import com.airbnb.epoxy.EpoxyDataBindingPattern; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment