Example usage for android.app LoaderManager.LoaderCallbacks interface-usage

List of usage examples for android.app LoaderManager.LoaderCallbacks interface-usage

Introduction

In this page you can find the example usage for android.app LoaderManager.LoaderCallbacks interface-usage.

Usage

From source file io.github.protino.codewatch.ui.LeaderboardFragment.java

/**
 * @author Gurupad Mamadapur
 */

public class LeaderboardFragment extends Fragment
        implements DialogInterface.OnShowListener, LoaderManager.LoaderCallbacks<Cursor>,

From source file com.carlrice.reader.fragment.EntryFragment.java

public class EntryFragment extends SwipeRefreshFragment implements BaseActivity.OnFullScreenListener,
        LoaderManager.LoaderCallbacks<Cursor>, EntryView.EntryViewManager {

    private static final String STATE_BASE_URI = "STATE_BASE_URI";
    private static final String STATE_CURRENT_PAGER_POS = "STATE_CURRENT_PAGER_POS";
    private static final String STATE_ENTRIES_IDS = "STATE_ENTRIES_IDS";

From source file com.fbartnitzek.tasteemall.addentry.AddLocationFragment.java

/**
 * Copyright 2016.  Frank Bartnitzek
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.example.android.sampletvinput.VideoDetailsFragment.java

public class VideoDetailsFragment extends DetailsFragment implements LoaderManager.LoaderCallbacks<Cursor> {
    private static final int NO_NOTIFICATION = -1;
    private static final int ACTION_WATCH_TRAILER = 1;
    private static final int ACTION_RENT = 2;
    private static final int ACTION_BUY = 3;

From source file com.gdgdevfest.android.apps.devfestbcn.ui.SessionsFragment.java

/**
 * A {@link ListFragment} showing a list of sessions.
 */
public class SessionsFragment extends ListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, MultiSelectionUtil.MultiChoiceModeListener {

From source file com.ivanmagda.inventory.ui.ProductEditor.java

public class ProductEditor extends AppCompatActivity implements LoaderManager.LoaderCallbacks<Cursor> {

    enum EditorActivityMode {
        EDIT, CREATE_NEW
    }

From source file com.example.android.tvleanback.ui.VideoDetailsFragment.java

public class VideoDetailsFragment extends DetailsFragment implements LoaderManager.LoaderCallbacks<Cursor> {
    private static final int NO_NOTIFICATION = -1;
    private static final int ACTION_WATCH_TRAILER = 1;
    private static final int ACTION_RENT = 2;
    private static final int ACTION_BUY = 3;

From source file com.evilgenius.testproject.ContactsListFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
 * shows the contact's thumbnail photo and display name. On devices with large screens, this
 * fragment's UI appears as part of a two-pane layout, along with the UI of
 * {@link ContactDetailFragment}. On smaller screens, this fragment's UI appears as a single pane.
 *

From source file com.example.android.sampletvinput.MainFragment.java

/**
 * Fragment that shows a web page for Sample TV Input introduction.
 */
/*
public class MainFragment extends Fragment {
private static final String URL =

From source file com.chris.ni.omw.ContactsListFragment.java

/**
 * This fragment displays a list of contacts stored in the Contacts Provider. Each item in the list
 * shows the contact's thumbnail photo and display name. On devices with large screens, this
 * fragment's UI appears as part of a two-pane layout, along with the UI of
 * . On smaller screens, this fragment's UI appears as a single pane.
 *