Example usage for android.support.v4.content CursorLoader subclass-usage

List of usage examples for android.support.v4.content CursorLoader subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.content CursorLoader subclass-usage.

Usage

From source file com.tribesman.wallet.ui.ExchangeRateLoader.java

/**
 * @author Andreas Schildbach
 */
public final class ExchangeRateLoader extends CursorLoader implements OnSharedPreferenceChangeListener {
    private final Configuration config;

From source file org.hopestarter.wallet.ui.ExchangeRateLoader.java

/**
 * @author Andreas Schildbach
 */
public final class ExchangeRateLoader extends CursorLoader implements OnSharedPreferenceChangeListener {
    private final Configuration config;

From source file com.cannabiscoin.wallet.ui.ExchangeRateLoader.java

/**
 * @author Andreas Schildbach
 */
public final class ExchangeRateLoader extends CursorLoader implements OnSharedPreferenceChangeListener {
    private final Configuration config;

From source file com.hamradiocoin.wallet.ui.ExchangeRateLoader.java

/**
 * @author Andreas Schildbach
 */
public final class ExchangeRateLoader extends CursorLoader implements OnSharedPreferenceChangeListener {
    private final Configuration config;

From source file io.valuesfeng.picker.loader.AlbumLoader.java

/**
 * Wrapper for {@link android.support.v4.content.CursorLoader} to merge custom cursors.
 *
 * @author KeithYokoma
 * @version 1.0.0
 * @hide

From source file com.rimbit.android_wallet.ui.ExchangeRateLoader.java

/**
 * @author Andreas Schildbach
 */
public final class ExchangeRateLoader extends CursorLoader implements OnSharedPreferenceChangeListener {
    private final Configuration config;

From source file com.btmura.android.reddit.content.AbstractSessionLoader.java

abstract class AbstractSessionLoader extends CursorLoader {

    private static final String TAG = "AbstractSessionLoader";

    protected static final String NO_SORT = null;
    protected static final String NO_MORE = null;

From source file com.laevatein.internal.loader.AlbumPhotoLoader.java

/**
 * @author KeithYokoma
 * @since 2014/03/27
 * @version 1.0.0
 * @hide
 */

From source file com.tingtingapps.securesms.contacts.ContactsCursorLoader.java

/**
 * CursorLoader that initializes a ContactsDatabase instance
 *
 * @author Jake McGinty
 */
public class ContactsCursorLoader extends CursorLoader {

From source file com.jculb.wallet.ui.ExchangeRateLoader.java

/**
 * @author Andreas Schildbach
 */
public final class ExchangeRateLoader extends CursorLoader implements OnSharedPreferenceChangeListener {
    private final Configuration config;