List of usage examples for android.app LoaderManager.LoaderCallbacks interface-usage
From source file com.indeema.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.example.Toasti.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.onegravity.contactpicker.core.ContactPickerActivity.java
public class ContactPickerActivity extends AppCompatActivity implements LoaderManager.LoaderCallbacks<Cursor> { /** * Use this parameter to set the Theme for this activity. * It's the theme's resource id (like R.style.YourFancyTheme).. * Please note that the theme needs to define the attributes defined in attrs.xml or the
From source file com.markupartist.sthlmtraveling.PlaceSearchActivity.java
/** * Entry point for searching for address, transit stop and or places. */ public class PlaceSearchActivity extends BaseFragmentActivity implements LoaderManager.LoaderCallbacks<Cursor>, LocationManager.LocationFoundListener { public static final String ARG_ONLY_STOPS = "com.markupartist.sthlmtraveling.placesearch.only_stops";
From source file edu.stanford.mobisocial.dungbeetle.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.renard.ocr.documents.viewing.grid.DocumentGridActivity.java
/** * main activity of the app * * @author renard */ public class DocumentGridActivity extends NewDocumentActivity
From source file co.carlosjimenez.android.currencyalerts.app.MainActivityFragment.java
public class MainActivityFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor> { public static final String LOG_TAG = MainActivityFragment.class.getSimpleName(); // These indices are tied to FOREX_COLUMNS. If FOREX_COLUMNS changes, these // must change.
From source file com.hangulo.powercontact.ContactsListFragment.java
public class ContactsListFragment extends ListFragment implements AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<ArrayList<PowerContactAddress>> { final String LOG_TAG = ContactsListFragment.class.getSimpleName(); private static final String SEARCH_KEYWORD_KEY = "SEARCH_KEYWORD";
From source file com.example.linhdq.test.documents.viewing.grid.DocumentGridActivity.java
/** * main activity of the app * * @author renard */ public class DocumentGridActivity extends NewDocumentActivity
From source file com.keithandthegirl.ui.activity.EpisodesFragment.java
/** * @author Daniel Frey * */ public class EpisodesFragment extends ListFragment implements LoaderManager.LoaderCallbacks<Cursor>, IMediaPlayerServiceClient {