Java android.support.v4.app ListFragment fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app ListFragment fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

android.support.v4.app.ListFragment has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ActivitygetActivity()
ListAdaptergetListAdapter()
Get the ListAdapter associated with this activity's ListView.
ListViewgetListView()
Get the activity's list view widget.
voidsetListAdapter(ListAdapter adapter)
Provide the cursor for the list view.