Class BaseExpandableListAdapter

java.lang.Object
icyllis.modernui.widget.BaseExpandableListAdapter
All Implemented Interfaces:
ExpandableListAdapter, HeterogeneousExpandableList

public abstract class BaseExpandableListAdapter extends Object implements ExpandableListAdapter, HeterogeneousExpandableList
Base class for a ExpandableListAdapter used to provide data and Views from some data to an expandable list view.

Adapters inheriting this class should verify that the base implementations of getCombinedChildId(long, long) and getCombinedGroupId(long) are correct in generating unique IDs from the group/children IDs.