Example usage for android.widget ExpandableListAdapter interface-usage

List of usage examples for android.widget ExpandableListAdapter interface-usage

Introduction

In this page you can find the example usage for android.widget ExpandableListAdapter interface-usage.

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>