| Interface | Description |
|---|---|
| ExpandableRecyclerAdapter.ExpandCollapseListener |
Allows objects to register themselves as expand/collapse listeners to be
notified of change events.
|
| Class | Description |
|---|---|
| ExpandableRecyclerAdapter<PVH extends ParentViewHolder,CVH extends ChildViewHolder> |
RecyclerView.Adapter implementation that
adds the ability to expand and collapse list items.
|
| ExpandableRecyclerAdapterHelper |
Helper for
ExpandableRecyclerAdapter. |