Skip to content

Instantly share code, notes, and snippets.

@k0siara
Created May 30, 2021 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k0siara/3b46611ae266fa8db3907a5166db6537 to your computer and use it in GitHub Desktop.
Save k0siara/3b46611ae266fa8db3907a5166db6537 to your computer and use it in GitHub Desktop.
OnBindViewHolder.kt
override fun onBindViewHolder(holder: RecyclerView.ViewHolder, position: Int) {
if (holder is CustomViewHolder) {
// bind data to the views of CustomViewHolder
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment