List of usage examples for android.app LoaderManager.LoaderCallbacks interface-usage
From source file com.akhbulatov.wordkeeper.ui.fragment.CategoryListFragment.java
/** * Shows a list of categories from the database. * Loader uses a custom class for working with the database, * NOT the ContentProvider (temporary solution) */ public class CategoryListFragment extends BaseFragment
From source file org.opendatakit.survey.android.fragments.InstanceUploaderListFragment.java
/**
* List view of the instances of the current form that are finalized and can be
* uploaded.
*
* @author mitchellsundt@gmail.com
*
From source file com.android.browser.BookmarksPageCallbacks.java
/** * View showing the user's bookmarks in the browser. */ public class BrowserBookmarksPage extends Fragment implements View.OnCreateContextMenuListener, LoaderManager.LoaderCallbacks<Cursor>, BreadCrumbView.Controller, OnChildClickListener {
From source file com.haibison.android.anhuu.utils.ui.bookmark.BookmarkFragment.java
/**
* Fragment to manage bookmarks.
*
* @author Hai Bison
* @since v5.1 beta
*/
From source file com.borqs.browser.BookmarksPageCallbacks.java
/** * View showing the user's bookmarks in the browser. */ public class BrowserBookmarksPage extends Fragment implements View.OnCreateContextMenuListener, LoaderManager.LoaderCallbacks<Cursor>, BreadCrumbView.Controller, OnChildClickListener {
From source file com.antew.redditinpictures.library.ui.RedditImageAdapterViewFragment.java
/**
* Fragment with convenience methods for displaying images
*
* @param <T>
* The type of view the fragment is using, e.g. GridView, ListView
* @param <V>
From source file com.akhbulatov.wordkeeper.ui.fragment.WordListFragment.java
/** * Shows a list of words from the database. * Loader uses a custom class for working with the database, * NOT the ContentProvider (temporary solution) */ public class WordListFragment extends BaseFragment
From source file com.newcell.calltext.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.appsimobile.appsii.module.home.YahooLocationChooserDialogFragment.java
/** * Dialog fragment that pops up when touching the preference. */ public class YahooLocationChooserDialogFragment extends DialogFragment implements TextWatcher, Handler.Callback, LoaderManager.LoaderCallbacks<CircularArray<YahooWeatherApiClient.LocationSearchResult>>, View.OnClickListener {
From source file com.awesome.byunghwa.app.mytvapplication.fragment.MainFragment.java
public class MainFragment extends BrowseFragment implements LoaderManager.LoaderCallbacks<Cursor> { private static final String TAG = "MainFragment"; private static final int BACKGROUND_UPDATE_DELAY = 300; private static final int GRID_ITEM_WIDTH = 200; private static final int GRID_ITEM_HEIGHT = 200;