Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created June 17, 2017 14:55
Show Gist options
  • Select an option

  • Save miquelbeltran/a331a7020a9a5d3fc29fabd23c029cc4 to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/a331a7020a9a5d3fc29fabd23c029cc4 to your computer and use it in GitHub Desktop.
class DayViewHolder(view: View): RecyclerView.ViewHolder(view) {
fun bind(day: HomeScreenItem.Day) {
itemView.title.text = day.title
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment