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.granita.tasks.TaskListFragment.java

/**
 * A list fragment representing a list of Tasks. This fragment also supports tablet devices by allowing list items to be given an 'activated' state upon
 * selection. This helps indicate which item is currently being viewed in a {@link ViewTaskFragment}.
 * <p>
 * Activities containing this fragment MUST implement the {@link Callbacks} interface
 * 

From source file ca.zadrox.dota2esportticker.ui.LiveContentView.java

/**
 * Created by Acco on 11/3/2014.
 */
public class LiveGameStatsActivity extends BaseActivity
        implements ObservableScrollView.Callbacks, LoaderManager.LoaderCallbacks<DotaGameData>, LiveContentView {

From source file com.jaspersoft.android.jaspermobile.activities.profile.ServerProfileActivity.java

/**
 * @author Tom Koptel
 * @author Ivan Gadzhega
 * @since 1.0
 */
@EActivity(R.layout.server_create_form)

From source file com.murrayc.galaxyzoo.app.QuestionFragment.java

/**
 * A fragment representing a single subject.
 * This fragment is either contained in a {@link com.murrayc.galaxyzoo.app.ListActivity}
 * in two-pane mode (on tablets) or a {@link com.murrayc.galaxyzoo.app.ClassifyActivity}
 * on handsets.
 */

From source file com.antew.redditinpictures.library.ui.RedditFragmentActivity.java

public class RedditFragmentActivity extends BaseFragmentActivityWithMenu
        implements LoginDialogFragment.LoginDialogListener, LogoutDialogFragment.LogoutDialogListener,
        LoaderManager.LoaderCallbacks<Cursor>, SaveImageDialogFragment.SaveImageDialogListener {
    public static final int SETTINGS_REQUEST = 20;
    @InjectView(R.id.top_progressbar)
    protected SmoothProgressBar mProgressBar;

From source file net.fred.feedex.activity.EditFeedActivity.java

public class EditFeedActivity extends BaseActivity implements LoaderManager.LoaderCallbacks<Cursor> {
    static final String FEED_SEARCH_TITLE = "title";
    static final String FEED_SEARCH_URL = "url";
    static final String FEED_SEARCH_DESC = "contentSnippet";
    private static final String STATE_CURRENT_TAB = "STATE_CURRENT_TAB";
    private static final String[] FEED_PROJECTION = new String[] { FeedColumns.NAME, FeedColumns.URL,

From source file com.slp.rss_api.activity.EditFeedActivity.java

public class EditFeedActivity extends BaseActivity implements LoaderManager.LoaderCallbacks<Cursor> {
    static final String FEED_SEARCH_TITLE = "title";
    static final String FEED_SEARCH_URL = "url";
    static final String FEED_SEARCH_DESC = "contentSnippet";
    private static final String STATE_CURRENT_TAB = "STATE_CURRENT_TAB";
    private static final String[] FEED_PROJECTION = new String[] { FeedColumns.NAME, FeedColumns.URL,

From source file edu.stanford.mobisocial.dungbeetle.ui.fragments.AppsViewFragment.java

/**
 * Shows a series of posts from a feed.
 */
public class AppsViewFragment extends ListFragment implements OnScrollListener, OnEditorActionListener, TextWatcher,
        LoaderManager.LoaderCallbacks<Cursor>, KeyEvent.Callback {

From source file mobisocial.musubi.ui.fragments.FeedViewFragment.java

/**
 * Shows a series of posts from a feed.
 */
public class FeedViewFragment extends ListFragment implements OnScrollListener, OnEditorActionListener, TextWatcher,
        LoaderManager.LoaderCallbacks<Cursor>, KeyEvent.Callback {

From source file com.app.uafeed.activity.EditFeedActivity.java

public class EditFeedActivity extends ListActivity implements LoaderManager.LoaderCallbacks<Cursor> {

    private static final String STATE_CURRENT_TAB = "STATE_CURRENT_TAB";

    static final String FEED_SEARCH_TITLE = "title";
    static final String FEED_SEARCH_URL = "url";