List of usage examples for android.app LoaderManager.LoaderCallbacks interface-usage
From source file com.gsma.rcs.ri.sharing.SharingListView.java
/** * A class to view the sharing logs */ public class SharingListView extends RcsFragmentActivity implements LoaderManager.LoaderCallbacks<Cursor> { /** * The loader's unique ID. Loader IDs are specific to the Activity in which they reside.
From source file com.saarang.samples.apps.iosched.ui.SessionDetailActivity.java
/** * An activity that shows detail information for a session, including session title, abstract, * time information, speaker photos and bios, etc. */ public class SessionDetailActivity extends BaseActivity implements LoaderManager.LoaderCallbacks<Cursor>, ObservableScrollView.Callbacks {
From source file com.google.samples.apps.iosched.ui.CurrentSessionActivity.java
/** * An activity that shows detail information for a session, including session title, abstract, * time information, speaker photos and bios, etc. */ public class CurrentSessionActivity extends BaseActivity implements LoaderManager.LoaderCallbacks<Cursor>, ObservableScrollView.Callbacks {
From source file com.dsdar.thosearoundme.util.MemberAddContactsListFragment.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.gsma.rcs.ri.messaging.OneToOneTalkView.java
/** * One to one talk view : aggregates the RCS IM messages. * * @author Philippe LEMORDANT */ public class OneToOneTalkView extends RcsFragmentActivity implements LoaderManager.LoaderCallbacks<Cursor> {
From source file com.android.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 com.google.samples.apps.iosched.ui.SessionDetailFragment.java
/** * A fragment that shows detail information for a session, including session title, abstract, * time information, speaker photos and bios, etc. */ public class SessionDetailFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, ObservableScrollView.Callbacks {
From source file com.github.chenxiaolong.dualbootpatcher.switcher.SwitcherListFragment.java
private static final String EXTRA_TASK_IDS_TO_REMOVE = "task_ids_to_reomve"; private static final String EXTRA_PERFORMING_ACTION = "performing_action"; private static final String EXTRA_SELECTED_ROM = "selected_rom"; private static final String EXTRA_ACTIVE_ROM_ID = "active_rom_id"; private static final String EXTRA_SHOWED_SET_KERNEL_WARNING = "showed_set_kernel_warning";
From source file com.example.android.recyclingbanks.MainActivity.java
public class MainActivity extends AppCompatActivity implements OnMapReadyCallback, LoaderManager.LoaderCallbacks<Boolean>, OnMarkerClickListener, OnInfoWindowClickListener, InfoWindowAdapter, ConnectionCallbacks, OnConnectionFailedListener { public static final String LOG_TAG = MainActivity.class.getName(); //public static final String REQUEST_URL = "http://data.edinburghopendata.info/api/action/datastore_search?resource_id=4cfb5177-d3db-4efc-ac6f-351af75f9f92&limit=4757"; //4757";
From source file com.money.manager.ex.home.HomeFragment.java
/** * The starting fragment that contains the accounts groups with accounts and their balances. */ public class HomeFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> { // private static final int LOADER_USER_NAME = 1;