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.github.riotopsys.malforandroid2.fragment.MangaDetailFragment.java

public class MangaDetailFragment extends RoboFragment implements LoaderManager.LoaderCallbacks<MangaRecord>,
        OnItemSelectedListener, OnClickListener, OnTouchListener, ImageLoadingListener {

    private static final String TAG = MangaDetailFragment.class.getSimpleName();

    @InjectView(R.id.title)

From source file com.github.riotopsys.malforandroid2.fragment.AnimeDetailFragment.java

public class AnimeDetailFragment extends RoboFragment implements LoaderManager.LoaderCallbacks<AnimeRecord>,
        OnItemSelectedListener, OnClickListener, OnDismissListener, OnTouchListener, ImageLoadingListener {

    private static final String TAG = AnimeDetailFragment.class.getSimpleName();

    @InjectView(R.id.title)

From source file com.irishbrownproduction.contactlist.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.chen.mail.ui.FolderListFragment.java

/**
 * This fragment shows the list of folders and the list of accounts. Prior to June 2013,
 * the mail application had a spinner in the top action bar. Now, the list of accounts is displayed
 * in a drawer along with the list of folders.
 *
 * This class has the following use-cases:

From source file br.com.mybaby.contatos.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.jaspersoft.android.jaspermobile.activities.profile.fragment.ServersFragment.java

/**
 * @author Tom Koptel
 * @since 1.9
 */
@EFragment
@OptionsMenu(R.menu.servers_menu)

From source file com.radar.niyo.contacts.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.money.manager.ex.common.CategoryListFragment.java

/**
 * Categories list fragment. Used in Main Activity for editing of categories, and own activity
 * when selecting the category for a transaction.
 */
public class CategoryListFragment extends BaseExpandableListFragment
        implements LoaderManager.LoaderCallbacks<Cursor> {

From source file com.ptapp.activity.SessionsFragment.java

/**
 * A {@link android.app.ListFragment} showing a list of sessions. The fragment arguments
 * indicate what is the list of sessions to show. It may be a set of tag
 * filters or a search query.
 */
public class SessionsFragment extends Fragment

From source file com.odoo.addons.notes.Notes.java

public class Notes extends BaseFragment
        implements ISyncStatusObserverListener, SwipeRefreshLayout.OnRefreshListener,
        LoaderManager.LoaderCallbacks<Cursor>, OCursorListAdapter.OnViewBindListener, IOnSearchViewChangeListener,
        View.OnClickListener, IOnItemClickListener, BottomSheetListeners.OnSheetItemClickListener,
        BottomSheetListeners.OnSheetActionClickListener, IOnBackPressListener,
        BottomSheetListeners.OnSheetMenuCreateListener, EventListener {