Simple Header Footer View Binding Rcv Adapter
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 함수입니다.
on Bind
Function that binds data to the ViewHolder.
ViewHolder에 데이터를 바인딩하는 함수입니다.