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 com.numenta.taurus.instance.InstanceListFragment.java

/**
 * This Fragment is responsible for displaying the server list. The list item is
 * composed of the server name and anomaly chart
 */
public class InstanceListFragment extends ListFragment {

From source file com.ternup.caddisfly.fragment.DetailsFragment.java

public class DetailsFragment extends ListFragment {

    private String mTestType;

    private int mTestTypeId;

From source file com.matthewmitchell.peercoin_android_wallet.ui.BlockListFragment.java

/**
 * @author Andreas Schildbach
 */
public final class BlockListFragment extends ListFragment {
    private AbstractWalletActivity activity;
    private WalletApplication application;

From source file can.yrt.onebusaway.ArrivalsListFragment.java

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

    private static final String TAG = "ArrivalsListFragment";

    private static final long RefreshPeriod = 60 * 1000;

From source file de.blinkt.openvpn.fragments.LogFragment.java

public class LogFragment extends ListFragment implements StateListener, SeekBar.OnSeekBarChangeListener,
        RadioGroup.OnCheckedChangeListener, VpnStatus.ByteCountListener {
    private static final String LOGTIMEFORMAT = "logtimeformat";
    private static final int START_VPN_CONFIG = 0;
    private static final String VERBOSITYLEVEL = "verbositylevel";

From source file com.joulespersecond.seattlebusbot.ArrivalsListFragment.java

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

    private static final String TAG = "ArrivalsListFragment";

    private static final long RefreshPeriod = 60 * 1000;

From source file com.geecko.QuickLyric.fragment.LocalLyricsFragment.java

public class LocalLyricsFragment extends ListFragment {

    public static final int REQUEST_CODE = 0;
    public boolean showTransitionAnim = true;
    public boolean isActiveFragment = false;
    private AnimatedExpandableListView megaListView;

From source file com.chen.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.indeema.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 net.fred.feedex.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;