open fun onBindViewHolder(@NonNull holder: ViewHolder, position: Int): Unit
this method make use of view holder to update display information onto the view
holder
- ViewHolder: view holder of updating view
position
- Int: position of current view
See Also
#getItemViewType(int)