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.airg.android.permission.sample.MainActivity.java

/**
 * Created by Mahram Z. Foadi.
 */
public class MainActivity extends AppCompatActivity implements LoaderManager.LoaderCallbacks<Cursor> {

    private static final String DANGER_FRAGMENT = "danger";

From source file org.dvbviewer.controller.ui.fragments.Remote.java

    private Button btnTwo = null;
    private Button btnThree = null;
    private Button btnFour = null;
    private Button btnFive = null;
    private Button btnSix = null;
    private Button btnSeven = null;

From source file com.fututel.ui.chat.MessageFragment.java

public class MessageFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, OnClickListener {
    private static final String THIS_FILE = "ComposeMessage";
    private String remoteFrom;
    private TextView fromText;
    private TextView fullFromText;

From source file com.jbirdvegas.mgerrit.PatchSetViewerFragment.java

/**
 * Class handles populating the screen with several
 * cards each giving more information about the patchset
 * <p/>
 * All cards are located at jbirdvegas.mgerrit.cards.*
 */

From source file com.google.samples.apps.iosched.explore.ExploreSessionsActivity.java

/**
 * This activity displays all sessions based on the selected filters.
 * <p/>
 * It can either be invoked with specific filters or the user can choose the filters
 * to use from the alt_nav_bar.
 */

From source file com.sonetel.ui.messages.MessageFragment.java

public class MessageFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, OnClickListener {
    private static final String THIS_FILE = "ComposeMessage";
    private String remoteFrom;
    private TextView fromText;
    private TextView fullFromText;

From source file com.money.manager.ex.reports.IncomeVsExpensesListFragment.java

/**
 * Income/Expense Report, list.
 */
public class IncomeVsExpensesListFragment extends ListFragment implements LoaderManager.LoaderCallbacks<Cursor> {

    private static final int ID_LOADER_REPORT = 1;

From source file com.app.uafeed.fragment.EntryFragment.java

public class EntryFragment extends Fragment implements BaseActivity.OnFullScreenListener,
        LoaderManager.LoaderCallbacks<Cursor>, EntryView.OnActionListener {

    private static final String STATE_BASE_URI = "STATE_BASE_URI";
    private static final String STATE_CURRENT_PAGER_POS = "STATE_CURRENT_PAGER_POS";
    private static final String STATE_ENTRIES_IDS = "STATE_ENTRIES_IDS";

From source file com.csipsimple.ui.messages.MessageFragment.java

public class MessageFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, OnClickListener {
    private static final String THIS_FILE = "ComposeMessage";
    private String remoteFrom;
    private TextView fromText;
    private TextView fullFromText;

From source file com.andrew.apollo.ui.fragments.profile.ApolloFragment.java

/**
 * Created by gubatron on 1/26/16 on a plane.
 *
 * @author gubatron
 * @author aldenml
 */