Skip to content

Instantly share code, notes, and snippets.

@sandipsavaliya112
Created June 9, 2020 08:24
Show Gist options
  • Save sandipsavaliya112/11a67a3c6499a78f0206eb99e29906dd to your computer and use it in GitHub Desktop.
Save sandipsavaliya112/11a67a3c6499a78f0206eb99e29906dd to your computer and use it in GitHub Desktop.
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): GenericVH {
return GenericVH(DataBindingUtil.inflate(LayoutInflater.from(parent.context), viewType, parent, false))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment