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 com.jbirdvegas.mgerrit.CardsFragment.java

public abstract class CardsFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> {

    private static int sChangesLimit = 0;
    protected String TAG = "CardsFragment";

    private GerritURL mUrl;

From source file com.example.android.fragments.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.ifeel.mt.ui.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.antew.redditinpictures.library.ui.base.BaseFragmentActivityWithMenu.java

public abstract class BaseFragmentActivityWithMenu extends BaseFragmentActivity
        implements LoaderManager.LoaderCallbacks<Cursor>,
        SetDefaultSubredditsDialogFragment.SetDefaultSubredditsDialogListener,
        AddSubredditDialogFragment.AddSubredditDialogListener, RedditDataProvider,
        ExitDialogFragment.ExitDialogListener {
    protected MenuDrawer mMenuDrawer;

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.aengbee.android.leanback.ui.MainFragment.java

public class MainFragment extends BrowseFragment implements LoaderManager.LoaderCallbacks<Cursor> {
    private static final int BACKGROUND_UPDATE_DELAY = 300;
    private final Handler mHandler = new Handler();
    private ArrayObjectAdapter mCategoryRowAdapter;
    private Drawable mDefaultBackground;
    private DisplayMetrics mMetrics;

From source file com.lokation.contacts2.ui.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 at.bitfire.davdroid.ui.AccountActivity.java

import at.bitfire.davdroid.resource.LocalAddressBook;
import at.bitfire.davdroid.resource.LocalTaskList;
import at.bitfire.ical4android.TaskProvider;
import lombok.Cleanup;

import static android.content.ContentResolver.SYNC_OBSERVER_TYPE_ACTIVE;

From source file com.borqs.browser.combo.BookmarksPageCallbacks.java

/**
 *  View showing the user's bookmarks in the browser.
 */
public class BrowserBookmarksPage extends Activity implements View.OnCreateContextMenuListener,
        LoaderManager.LoaderCallbacks<Cursor>, BreadCrumbView.Controller, OnChildClickListener {

From source file com.purdue.CampusFeed.Activities.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.
 *