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 org.thoughtcrime.SMP.contacts.ContactsCursorLoader.java

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

From source file com.money.manager.ex.common.MmxCursorLoader.java

/**
 * The cursor loader with exception handling. It should be used instead of ordinary CursorLoader.
 */
public class MmxCursorLoader extends CursorLoader {

    public MmxCursorLoader(Context context) {

From source file org.mariotaku.twidere.loader.ExtendedCursorLoader.java

/**
 * Created by mariotaku on 15/1/9.
 */
public class ExtendedCursorLoader extends CursorLoader implements IExtendedLoader {

    public ExtendedCursorLoader(Context context) {

From source file org.mariotaku.twidere.loader.support.ExtendedCursorLoader.java

/**
 * Created by mariotaku on 15/1/9.
 */
public class ExtendedCursorLoader extends CursorLoader implements IExtendedLoader {

    public ExtendedCursorLoader(Context context) {

From source file org.getlantern.firetweet.loader.support.ExtendedCursorLoader.java

/**
 * Created by mariotaku on 15/1/9.
 */
public class ExtendedCursorLoader extends CursorLoader implements IExtendedLoader {

    public ExtendedCursorLoader(Context context) {

From source file com.rappsantiago.weighttracker.profile.WeightProgressCursorLoader.java

/**
 * Created by rappsantiago28 on 4/10/16.
 */
public class WeightProgressCursorLoader extends CursorLoader {

    public static String COL_ID = "_id";

From source file org.mcxiaoke.commons.task.ThrottlingCursorLoader.java

/**
 * A {@link CursorLoader} variant that throttle auto-requery on content changes
 * using {@link Throttle}.
 */

// from source\packages\apps\Email

From source file git.egatuts.android.FileUtils.EgaCursorLoader.java

/**
 * CursorLoader utils using Android's MediaStore.
 * @author Esa Garca
 * @author EgaTuts
 * @version 1.0.0
 * @created 25/8/2014 at 16:13:32.

From source file org.dodgybits.shuffle.android.core.content.TaskCursorLoader.java

public class TaskCursorLoader extends CursorLoader {
    protected final Context mContext;

    private TaskSelector mSelector;

    /**

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

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