Example usage for android.app ListFragment subclass-usage

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

Introduction

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

Usage

From source file net.news.inrss.fragment.EditFeedsListFragment.java

public class EditFeedsListFragment extends ListFragment {

    private static final int REQUEST_PICK_OPML_FILE = 1;
    private static final int PERMISSIONS_REQUEST_IMPORT_FROM_OPML = 1;
    private static final int PERMISSIONS_REQUEST_EXPORT_TO_OPML = 2;

From source file social.news.inrss.fragment.EditFeedsListFragment.java

public class EditFeedsListFragment extends ListFragment {

    private static final int REQUEST_PICK_OPML_FILE = 1;
    private static final int PERMISSIONS_REQUEST_IMPORT_FROM_OPML = 1;
    private static final int PERMISSIONS_REQUEST_EXPORT_TO_OPML = 2;

From source file net.etuldan.sparss.fragment.EditFeedsListFragment.java

public class EditFeedsListFragment extends ListFragment {

    private static final int REQUEST_PICK_OPML_FILE = 1;
    private static final int PERMISSIONS_REQUEST_IMPORT_FROM_OPML = 1;
    private static final int PERMISSIONS_REQUEST_EXPORT_TO_OPML = 2;

From source file org.path.episample.android.fragments.NavigateFragment.java

/**
 * Fragment displaying the navigate modules in the app.
 * 
 * @author belendia@gmail.com
 * 
 */

From source file org.onebusaway.android.ui.ArrivalsListFragment.java

public class ArrivalsListFragment extends ListFragment
        implements LoaderManager.LoaderCallbacks<ObaArrivalInfoResponse>, ArrivalsListHeader.Controller {

    private static final String TAG = "ArrivalsListFragment";

    public static final String STOP_NAME = ".StopName";

From source file com.android.mail.ui.FolderListFragment.java

/**
 * This fragment shows the list of folders and the list of accounts. Prior to June 2013,
 * the mail application had a spinner in the top action bar. Now, the list of accounts is displayed
 * in a drawer along with the list of folders.
 *
 * This class has the following use-cases:

From source file com.tct.mail.ui.FolderListFragment.java

/**
 * This fragment shows the list of folders and the list of accounts. Prior to June 2013,
 * the mail application had a spinner in the top action bar. Now, the list of accounts is displayed
 * in a drawer along with the list of folders.
 *
 * This class has the following use-cases:

From source file dev.dworks.apps.anexplorer.fragment.DirectoryFragment.java

/**
 * Display the documents inside a single directory.
 */
public class DirectoryFragment extends ListFragment {

    private View mEmptyView;