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.github.michalbednarski.intentslab.providerlab.proxy.LogViewerFragment.java

/**
 * Fragment that shows list of operations performed by provider
 */
public class LogViewerFragment extends ListFragment implements LoaderManager.LoaderCallbacks<Cursor> {
    public static String methodIdToName(int method) {
        switch (method) {

From source file com.afg.MngProductContentProvider.Fragments.MultiSelectList_Fragment.java

/**
 * A simple {@link Fragment} subclass.
 */
public class MultiSelectList_Fragment extends ListFragment implements IProduct, ProductPresenter.View {

    public static Product p;

From source file com.fastbootmobile.encore.app.fragments.SettingsProvidersFragment.java

/**
 * A simple {@link Fragment} subclass displaying providers.
 * Use the {@link SettingsProvidersFragment#newInstance} factory method to
 * create an instance of this fragment.
 */
public class SettingsProvidersFragment extends ListFragment {

From source file com.example.swiftdatahop.Fragment_ShowPeers.java

/**
 * A ListFragment that displays available peers on discovery and requests the
 * parent activity to handle user interaction events
 */
public class Fragment_ShowPeers extends ListFragment implements PeerListListener {

From source file com.droidstore.reparline.fragments.PostFragment.java

public class PostFragment extends ListFragment implements OnRefreshListener {

    // View
    private SwipeRefreshLayout swipeRefresh;

    // Atributos

From source file cn.newgxu.android.notty.ui.NoticesFragment.java

/**
 * 
 * @author longkai()
 * @email  im.longkai@gmail.com
 * @since  2013-6-6
 */

From source file com.bun.notificationshistory.DetectorFragment.java

/**
* This fragment controls the main view of the application. It directly manages the details of displaying
* the list of found apps and contains all the control buttons, but it delegates to a DetectorTaskFragment
* for actually performing the detection work. This separation is mostly so that the DetectorTaskFragment
* can persist through an orientation change without stopping the main UI from being able to re-render.
*/

From source file com.deliciousdroid.fragment.MainSearchResultsFragment.java

public class MainSearchResultsFragment extends ListFragment {

    private FragmentBaseActivity base;

    private OnSearchActionListener searchActionListener;

From source file com.battlelancer.seriesguide.ui.EpisodeSearchFragment.java

/**
 * Displays episode search results.
 */
public class EpisodeSearchFragment extends ListFragment {

    private SearchResultsAdapter adapter;

From source file com.alanddev.gmscall.fragment.DeviceListFragment.java

/**
 * A ListFragment that displays available peers on discovery and requests the
 * parent activity to handle user interaction events
 */
public class DeviceListFragment extends ListFragment implements PeerListListener {