yongfengnice / RecyclerViewAdapter

Multiple type RecyclerView Adapter,combine with databinding,without any findViewById

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecyclerViewAdapter

RecyclerView Adapter,combine with datading,without any findViewById

Usage:

1. class AppleItemType1 : BaseItemType<MultiTypBean, ViewHolder<ItemBinder1Binding>>(){}
2. adapter = MultiTypeAdapter<>(context, list)
3. adapter.addItem(AppleItemType1())
4. recyclerView.adapter = adapter

'2019-08-13_085821.png'

About

Multiple type RecyclerView Adapter,combine with databinding,without any findViewById


Languages

Language:Kotlin 100.0%