List of usage examples for android.widget ExpandableListAdapter interface-usage
From source file com.github.michalbednarski.intentslab.AppComponentsFragment.java
/** * Fragment hosted in AppInfoActivity, displays components and permissions of app */ public class AppComponentsFragment extends Fragment implements ExpandableListAdapter, ExpandableListView.OnChildClickListener { // Component sections (Identifiers must be unique and refer to header text resources)
From source file de.mrapp.android.adapter.expandablelist.AbstractExpandableListAdapter.java
/**
* An abstract base class for all adapters, whose underlying data is managed as a list of arbitrary
* group and child items. Such an adapter's purpose is to provide the underlying data for
* visualization using a {@link ExpandableListView} widget.
*
* @param <GroupType>