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

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

Introduction

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

Usage

From source file can.yrt.onebusaway.map.StopsRequest.java

public class StopMapController implements MapModeController, LoaderManager.LoaderCallbacks<StopsResponse>,
        Loader.OnLoadCompleteListener<StopsResponse>, MapWatcher.Listener {

    private static final String TAG = "StopMapController";

    private static final int STOPS_LOADER = 5678;

From source file augsburg.se.alltagsguide.overview.OverviewActivity.java

@ContentView(R.layout.activity_overview)
public class OverviewActivity extends BaseActivity implements LoaderManager.LoaderCallbacks<List<Language>>,
        PageOverviewFragment.OnPageFragmentInteractionListener,
        EventOverviewFragment.OnEventPageFragmentInteractionListener,
        BaseFragment.OnBaseFragmentInteractionListener, NavigationAdapter.OnNavigationSelected {
    private static final String SAVE_INSTANCE_STATE_NAVIGATION_DRAWER_OPEN = "nav_drawer_open";

From source file com.google.android.apps.muzei.gallery.GallerySettingsActivity.java

public class GallerySettingsActivity extends AppCompatActivity implements LoaderManager.LoaderCallbacks<Cursor> {
    private static final String TAG = "GallerySettingsActivity";
    private static final int REQUEST_CHOOSE_PHOTOS = 1;
    private static final int REQUEST_STORAGE_PERMISSION = 2;
    private static final String STATE_SELECTION = "selection";

From source file com.joulespersecond.seattlebusbot.map.StopsRequest.java

public class StopMapController implements MapModeController, LoaderManager.LoaderCallbacks<StopsResponse>,
        Loader.OnLoadCompleteListener<StopsResponse>, MapWatcher.Listener {

    private static final String TAG = "StopMapController";

    private static final int STOPS_LOADER = 5678;

From source file com.nononsenseapps.feeder.ui.FeedFragment.java

public class FeedFragment extends Fragment implements LoaderManager.LoaderCallbacks {

    // TODO change format possibly
    static final DateTimeFormatter shortDateTimeFormat = DateTimeFormat.mediumDate()
            .withLocale(Locale.getDefault());

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

/**
 * Displays general information about a show and its next episode.
 */
public class OverviewFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, ActionsFragmentContract {

From source file com.money.manager.ex.account.AccountTransactionListFragment.java

/**
 * Checking account fragment.
 * Shows the list of transactions.
 */
public class AccountTransactionListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> {

From source file com.example.igorklimov.popularmoviesdemo.fragments.DetailFragment.java

public class DetailFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, View.OnClickListener {

    private static final String TAG = "DetailFragment";
    private static final SimpleDateFormat initialFormat = new SimpleDateFormat("yyyy-MM-dd", Locale.US);
    private static final SimpleDateFormat monthYearFormat = new SimpleDateFormat("MMMM, yyyy", Locale.US);

From source file com.example.android.contactslist.ui.eventEntry.EventEntryFragment.java

/**
 * This fragment displays details of a specific contact from the contacts provider. It shows the
 * contact's display photo, name and all its mailing addresses. You can also modify this fragment
 * to show other information, such as phone numbers, email addresses and so forth.
 *
 * This fragment appears full-screen in an activity on devices with small screen sizes, and as