Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created December 26, 2020 19:10
Show Gist options
  • Save gokmenbayram/1bcb4640b0d6ec884cdb915c8574e0a4 to your computer and use it in GitHub Desktop.
Save gokmenbayram/1bcb4640b0d6ec884cdb915c8574e0a4 to your computer and use it in GitHub Desktop.
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RecyclerView.ViewHolder {
val binding = ItemRowBinding.inflate(LayoutInflater.from(parent.context), parent, false)
return ItemViewHolder(binding)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment