MovieHunt blog part5. epoxy model for data binding
MovieHomeLargeBindingModel_() | |
.id("${movieCategory}${this.id}") | |
.movieId(this.id) | |
.posterImage(this.getPosterUrl()) | |
.title(this.displayTitle()) | |
.rating(this.voteAverage) | |
.voteCount(this.displayVoteCount()) | |
.duration(this.displayDuration()) | |
.clickListener(clickListener) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment