Class | Description |
---|---|
HeaderSection<H,M> |
Displays list of items along with a header and has collapsing/expanding feature.
|
ItemBinder<M,VH extends ItemViewHolder<M>> |
Each item displayed in recylerview needs to be backed by a viewholder.
|
ItemSection<M> |
Section which displays a single item inside the RecyclerView.
|
ItemViewHolder<M> |
ItemViewHolder is a wrapper class around
RecyclerView.ViewHolder . |
ListSection<M> |
Internally section uses
DiffUtil to calculate the diff and calls the correct notify
method. |
MultiViewAdapter |
MultiViewAdapter lets you write complex RecyclerView adapters easily.
|
NestedSection |
NestedSection is a section which can host multiple other section.
|
Section |
Sections are the building blocks of the MultiViewAdapter.
|
TreeSection<M> |
TreeSection class is still in alpha stage.
|