SimpleViewBindingRcvAdapter

constructor(inflate: (LayoutInflater, ViewGroup, Boolean) -> BINDING, onBind: (BaseRcvViewBindingViewHolder<BINDING>, ITEM, position: Int) -> Unit)

Parameters

ITEM

Type of data items in the list.

리스트에 담길 아이템 타입입니다.

BINDING

Generated ViewBinding type for the item view.

아이템 뷰에 대응하는 ViewBinding 타입입니다.

inflate

ViewBinding inflate function for item views.

아이템 뷰용 ViewBinding inflate 함수입니다.

onBind

Function to bind data to the ViewHolder.

뷰홀더에 데이터를 바인딩하는 함수입니다.