Searched defs:ListActivity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DListActivity.java32 * ListActivity hosts a {@link android.widget.ListView ListView} object that can
40 * ListActivity has a default layout that consists of a single, full-screen list
128 * You bind the ListActivity's ListView object to data using a class that
136 * The following code from a custom ListActivity demonstrates querying the
142 * public class MyListAdapter extends ListActivity {
149 * // typically, you could just use the standard ListActivity layout.
177 public class ListActivity extends Activity { class in inherits:Activity

Completed in 4301 milliseconds