Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save miquelbeltran/27206811864ab2efbb224570888d76a9 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