FileDocCategorySizeDatePackage
InflatedExpandableListView.javaAPI DocAndroid 1.5 API4001Wed May 06 22:42:02 BST 2009com.android.frameworktest.expandablelistview

InflatedExpandableListView

public class InflatedExpandableListView extends android.app.Activity

Fields Summary
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle savedInstanceState)

        super.onCreate(savedInstanceState);
        
        setContentView(R.layout.inflated_expandablelistview);
        
        ExpandableListView elv = (ExpandableListView) findViewById(R.id.elv);
        elv.setAdapter(new MyExpandableListAdapter());