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.codebutler.farebot.fragment.CardsFragment.java

import com.codebutler.farebot.util.Utils;

import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;

import java.io.File;

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

public class SearchResultsFragment extends ListFragment implements LoaderManager.LoaderCallbacks<SearchResponse> {

    //private static final String TAG = "SearchResultsFragment";
    public static final String QUERY_TEXT = "query_text";

    private MyAdapter mAdapter;

From source file mintcoin.wallet.ui.BlockListFragment.java

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

From source file zeitcoin.wallet.ui.BlockListFragment.java

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

From source file com.viacoin.wallet.ui.BlockListFragment.java

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

From source file biz.wiz.android.wallet.ui.BlockListFragment.java

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

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

public class SearchResultsFragment extends ListFragment implements LoaderManager.LoaderCallbacks<SearchResponse> {

    //private static final String TAG = "SearchResultsFragment";
    public static final String QUERY_TEXT = "query_text";

    private MyAdapter mAdapter;

From source file com.evandroid.musica.fragment.LocalLyricsFragment.java

public class LocalLyricsFragment extends ListFragment {

    public static final int REQUEST_CODE = 0;
    public boolean showTransitionAnim = true;
    public boolean isActiveFragment = false;
    public ArrayList<ArrayList<Lyrics>> lyricsArray = null;

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

/**
 * List view of the instances of the current form that are finalized and can be
 * uploaded.
 *
 * @author mitchellsundt@gmail.com
 *

From source file org.opendatakit.survey.android.fragments.InstanceUploaderListFragment.java

/**
 * List view of the instances of the current form that are finalized and can be
 * uploaded.
 *
 * @author mitchellsundt@gmail.com
 *