Example usage for android.support.v4.app ListFragment subclass-usage

List of usage examples for android.support.v4.app ListFragment subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app ListFragment subclass-usage.

Usage

From source file com.adhi.quantumthemer.aFileChooser.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2012-10-28
 * 
 * @author paulburke (ipaulpro)

From source file com.example.android.newsreader.HeadlinesFragment.java

/**
 * Fragment that displays the news headlines for a particular news category.
 *
 * This Fragment displays a list with the news headlines for a particular news category.
 * When an item is selected, it notifies the configured listener that a headlines was selected.
 */

From source file com.example.pulltorefreshlistfragment.PullToRefreshBaseListFragment.java

abstract class PullToRefreshBaseListFragment<T extends PullToRefreshBase<? extends AbsListView>>
        extends ListFragment {

    private T mPullToRefreshListView;

    @Override

From source file com.dv.View.PullToRefresh.ListFragment.DvBaseListFragment.java

abstract class DvBaseListFragment<T extends DvPullToRefreshBase<? extends AbsListView>> extends ListFragment {

    private T mPullToRefreshListView;

    @Override
    public final View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {

From source file com.engc.szeduecard.widget.PullToRefreshBaseListFragment.java

abstract class PullToRefreshBaseListFragment<T extends PullToRefreshBase<? extends AbsListView>>
        extends ListFragment {

    private T mPullToRefreshListView;

    @Override

From source file com.example.kurumi.proje.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2013-12-11
 * @author paulburke (ipaulpro)
 */

From source file com.bignerdranch.android.fragmentbasics.HeadlinesFragment.java

/**
 * Fragment that displays the news headlines for a particular news category.
 *
 * This Fragment displays a list with the news headlines for a particular news category.
 * When an item is selected, it notifies the configured listener that a headlines was selected.
 */

From source file com.example.filenet.utils.FileListFragment.java

/**
 * Fragment that displays a list of Files in a given path.
 * 
 * @version 2012-10-28
 * 
 * @author paulburke (ipaulpro)

From source file com.commonsware.android.permreporter.PermissionListFragment.java

public class PermissionListFragment extends ListFragment {
    private static final String ARG_PERMS = "perms";

    static PermissionListFragment newInstance(ArrayList<PermissionInfo> perms) {
        PermissionListFragment frag = new PermissionListFragment();
        Bundle args = new Bundle();

From source file com.fheebiy.pulltorefresh.library.extras.PullToRefreshBaseListFragment.java

abstract class PullToRefreshBaseListFragment<T extends PullToRefreshBase<? extends AbsListView>>
        extends ListFragment {

    private T mPullToRefreshListView;

    @Override