Example usage for Java android.app ListActivity fields, constructors, methods, implement or subclass
The text is from its open source code.
T | findViewById(@IdRes int id) Finds a view that was identified by the android:id XML attribute that was processed in #onCreate . |
ListView | getListView() Get the activity's list view widget. |
Resources | getResources() |
void | setListAdapter(ListAdapter adapter) Provide the cursor for the list view. |