Ali Akram
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder { mContext = parent.context val binding = if (viewType == 0) VerOcfProductGroupLayoutBinding.inflate( LayoutInflater.from(parent.context), parent, false ) else OcfProductGroupLayoutBinding.inflate( LayoutInflater.from(parent.context), parent, false ) return ViewHolder(binding) }
onBindViewHolder
Priya
A modern programming language that makes developers happier.