Java android.app ListActivity fields, constructors, methods, implement or subclass

Example usage for Java android.app ListActivity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app ListActivity.

The text is from its open source code.

Subclass

android.app.ListActivity has subclasses.
Click this link to see all its subclasses.

Method

TfindViewById(@IdRes int id)
Finds a view that was identified by the android:id XML attribute that was processed in #onCreate .
ListViewgetListView()
Get the activity's list view widget.
ResourcesgetResources()
voidsetListAdapter(ListAdapter adapter)
Provide the cursor for the list view.