Simple Binding Rcv Adapter
constructor(@LayoutRes layoutRes: Int, onBind: (BaseRcvDataBindingViewHolder<BINDING>, ITEM, position: Int) -> Unit)
Parameters
ITEM
Type of data items in the list.
리스트에 담길 아이템 타입입니다.
BINDING
Generated ViewDataBinding type for the item view.
아이템 뷰에 대응하는 ViewDataBinding 타입입니다.
layout Res
Layout resource ID for item views.
아이템 레이아웃 리소스 ID입니다.
on Bind
Function to bind data to the ViewHolder.
뷰홀더에 데이터를 바인딩하는 함수입니다.