Skip to content

Instantly share code, notes, and snippets.

@muthuraj57
Created February 18, 2018 09:02
Show Gist options
  • Save muthuraj57/2672acc18e54c7679ac09de5d4b7988a to your computer and use it in GitHub Desktop.
Save muthuraj57/2672acc18e54c7679ac09de5d4b7988a to your computer and use it in GitHub Desktop.
/*
* Base RecyclerView ViewHolder
* */
open class RecyclerViewHolder(val binding: ViewDataBinding) : RecyclerView.ViewHolder(binding.root)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment