Example usage for android.widget ExpandableListView.OnGroupExpandListener interface-usage

List of usage examples for android.widget ExpandableListView.OnGroupExpandListener interface-usage

Introduction

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

Usage

From source file com.elsdoerfer.android.autostarts.compat.ExpandableListFragmentActivity.java

/**
 * An activity that displays an expandable list of items by binding to a data
 * source implementing the ExpandableListAdapter, and exposes event handlers
 * when the user selects an item.
 * <p>
 * ExpandableListActivity hosts a

From source file com.near.chimerarevo.activities.MainActivity.java

public class MainActivity extends BaseActivity implements ExpandableListView.OnChildClickListener,
        ExpandableListView.OnGroupClickListener, ExpandableListView.OnGroupExpandListener, View.OnClickListener,
        IabHelper.OnIabPurchaseFinishedListener, IabHelper.QueryInventoryFinishedListener {

    private IabHelper mHelper;
    private Bundle instanceState;

From source file com.readboy.mathproblem.app.ExpandableListFragment.java

interface ExpandableListListener
        extends ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupClickListener,
        ExpandableListView.OnGroupExpandListener, ExpandableListView.OnGroupCollapseListener {

}