FileDocCategorySizeDatePackage
List4.javaAPI DocGoogle Android v1.5 Example17446Sun Nov 11 13:01:04 GMT 2007com.google.android.samples.view

List4

public class List4 extends android.app.ListActivity
A list view example where the data comes from a custom ListAdapter

Fields Summary
Constructors Summary
Methods Summary
public voidonCreate(android.os.Bundle icicle)

        super.onCreate(icicle);

        // Use our own list adapter
        setListAdapter(new SpeechListAdapter(this));