Example usage for android.app ExpandableListActivity subclass-usage

List of usage examples for android.app ExpandableListActivity subclass-usage

Introduction

In this page you can find the example usage for android.app ExpandableListActivity subclass-usage.

Usage

From source file org.navitproject.navit.NavitDownloadSelectMapActivity.java

public class NavitDownloadSelectMapActivity extends ExpandableListActivity {

    private static final String MAP_BULLETPOINT = " * ";
    private static SimpleExpandableListAdapter adapter = null;
    private static ArrayList<HashMap<String, String>> downloaded_maps_childs = null;
    private static ArrayList<HashMap<String, String>> maps_current_position_childs = null;

From source file at.ac.tuwien.detlef.activities.LicensesActivity.java

public class LicensesActivity extends ExpandableListActivity {
    private ExpandableListAdapter adapter;
    private final List<License> licenses = new ArrayList<License>();

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.actionbarsherlock.app.SherlockExpandableListActivity.java

public abstract class SherlockExpandableListActivity extends ExpandableListActivity
        implements OnCreatePanelMenuListener, OnPreparePanelListener, OnMenuItemSelectedListener,
        OnActionModeStartedListener, OnActionModeFinishedListener {
    private ActionBarSherlock mSherlock;

    protected final ActionBarSherlock getSherlock() {

From source file org.jsharkey.grouphome.LauncherActivity.java

public class LauncherActivity extends ExpandableListActivity
        implements OnCreateContextMenuListener, OnClickListener {

    public static final String TAG = LauncherActivity.class.toString();

    //public static final String JSON_GROUP = "{'Apps: Communication': ['com.android.contacts','com.android.mms','com.android.browser','com.android.im','com.android.email','com.google.android.gm'],'Apps: Multimedia': ['com.android.camera','com.android.music','com.amazon.mp3','com.google.android.youtube'],'Apps: Travel': ['com.google.android.apps.maps'],'Apps: Tools': ['com.android.alarmclock','com.android.calculator2','com.android.voicedialer','com.android.vending','com.android.settings'],'Apps: Productivity':['com.android.calendar','com.android.todo','com.android.notepad'],'Apps: Demo': ['com.example.android.apis','com.android.development']}";

From source file com.odkclinic.client.PatientList.java

/**
 * 
 * Activity that lists a set of patients to be viewed.
 * 
 * @author Euzel Villanueva
 * 

From source file com.andybotting.tubechaser.activity.StationDetail.java

public class StationDetail extends ExpandableListActivity {
    private static final String TAG = "StationDetail";
    private static final boolean LOGV = Log.isLoggable(TAG, Log.INFO);

    public static final String EXTRA_LINE = "extra_line";