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.example.android.dragonTV.ui.MainFragment.java

public class MainFragment extends BrowseFragment
        implements LoaderManager.LoaderCallbacks<HashMap<String, List<Movie>>> {
    private static final String TAG = "MainFragment";

    private static int BACKGROUND_UPDATE_DELAY = 300;
    private static String mVideosUrl;

From source file com.haibison.android.anhuu.utils.ui.history.HistoryFragment.java

/**
 * Fragment used to manage history.
 * 
 * @author Hai Bison
 * @since v5.1 beta
 */

From source file com.example.linhdq.test.documents.viewing.single.DocumentActivity.java

public class DocumentActivity extends NewDocumentActivity
        implements LoaderManager.LoaderCallbacks<Cursor>, GetOpinionDialog.FeedbackDialogClickListener {

    public static final String OCR_RESULT_DIALOG = "Ocr Result Dialog";
    private final static String LOG_TAG = DocumentActivity.class.getSimpleName();
    private static final String STATE_DOCUMENT_URI = "documet_uri";

From source file com.lambdasoup.quickfit.ui.WorkoutListActivity.java

public class WorkoutListActivity extends BaseActivity implements LoaderManager.LoaderCallbacks<Cursor>,
        WorkoutItemRecyclerViewAdapter.OnWorkoutInteractionListener,
        DurationMinutesDialogFragment.OnFragmentInteractionListener,
        LabelDialogFragment.OnFragmentInteractionListener, CaloriesDialogFragment.OnFragmentInteractionListener,
        TimeDialogFragment.OnFragmentInteractionListenerProvider,
        DayOfWeekDialogFragment.OnFragmentInteractionListenerProvider,

From source file com.bushstar.htmlcoin_android_wallet.ui.SendingAddressesFragment.java

/**
 * @author Andreas Schildbach
 */
public final class SendingAddressesFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor> {
    private AbstractWalletActivity activity;

From source file com.bushstar.kobocoin_android_wallet.ui.SendingAddressesFragment.java

/**
 * @author Andreas Schildbach
 */
public final class SendingAddressesFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor> {
    private AbstractWalletActivity activity;

From source file com.granita.tasks.QuickAddDialogFragment.java

/**
 * A quick add dialog. It allows the user to enter a new task without having to deal with the full blown editor interface. At present it support task with a
 * title only, but there is an option to fire up the full editor.
 * 
 * @author Marten Gajda <marten@dmfs.org>
 */

From source file com.android.mms.ui.SelectRecipientsList.java

public class SelectRecipientsList extends Activity
        implements LoaderManager.LoaderCallbacks<RecipientsListLoader.Result> {
    private static final int MENU_DONE = 0;
    private static final int MENU_MOBILE = 1;
    private static final int MENU_NAME_ORDER = 2;

From source file com.gh4a.IssueListActivity.java

public class IssueListActivity extends BaseSherlockFragmentActivity
        implements OnClickListener, LoaderManager.LoaderCallbacks {

    private String mRepoOwner;
    private String mRepoName;
    private String mState;

From source file com.deange.textfaker.ui.activity.MessageActivity.java

public class MessageActivity extends FragmentActivity implements LoaderManager.LoaderCallbacks<Cursor>, TextWatcher,
        ConfirmDeleteDialog.Callback, View.OnClickListener, View.OnLongClickListener, MessageSenderDialog.Callback,
        OrmInsertTask.Callback, ConversationPersonDialog.Callback, OrmUpdateTask.Callback, OrmDeleteTask.Callback,
        EditMessageDialog.Callback {

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