Example usage for android.support.v4.widget CursorAdapter subclass-usage

List of usage examples for android.support.v4.widget CursorAdapter subclass-usage

Introduction

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

Usage

From source file org.schabi.newpipe.SuggestionListAdapter.java

/**
 * Created by Madiyar on 23.02.2016.
 *
 * Copyright (C) Christian Schabesberger 2015 <chris.schabesberger@mailbox.org>
 * SuggestionListAdapter.java is part of NewPipe.
 *

From source file org.schabi.newpipe.search_fragment.SuggestionListAdapter.java

/**
 * Created by Christian Schabesberger on 02.08.16.
 *
 * Copyright (C) Christian Schabesberger 2016 <chris.schabesberger@mailbox.org>
 * SuggestionListAdapter.java is part of NewPipe.
 *

From source file org.schabi.terminightor.AlarmAdapter.java

/**
 * Created by the-scrabi on 07.09.15.
 *
 * Copyright (C) Christian Schabesberger 2015 <chris.schabesberger@mailbox.org>
 * AlarmAdapter.java is part of Terminightor.
 *

From source file ch.bfh.instacircle.ParticipantCursorAdapter.java

/**
 * This class implements a CursorAdapter which maps the fields of the cursor of
 * a query to the participant table into the list item
 * 
 * @author Juerg Ritter (rittj1@bfh.ch)
 */

From source file info.curtbinder.reefangel.phone.ErrorListCursorAdapter.java

public class ErrorListCursorAdapter extends CursorAdapter {

    // Could improve this by putting an E or a N icon at the start
    // of the line
    private final int LAYOUT = R.layout.errorslistitem;

From source file org.mozilla.gecko.home.MultiTypeCursorAdapter.java

/**
 * MultiTypeCursorAdapter wraps a cursor and any meta data associated with it.
 * A set of view types (corresponding to the cursor and its meta data)
 * are mapped to a set of layouts.
 */
abstract class MultiTypeCursorAdapter extends CursorAdapter {

From source file com.jtechme.apphub.views.AppListAdapter.java

public abstract class AppListAdapter extends CursorAdapter {

    private LayoutInflater mInflater;
    private DisplayImageOptions displayImageOptions;

    public AppListAdapter(Context context, Cursor c) {

From source file org.fdroid.fdroid.views.AppListAdapter.java

public abstract class AppListAdapter extends CursorAdapter {

    private LayoutInflater mInflater;
    private DisplayImageOptions displayImageOptions;
    private String upgradeFromTo;

From source file ch.bfh.instacircle.MessageCursorAdapter.java

/**
 * This class implements a CursorAdapter which maps the fields of the cursor of
 * a Query to the message table into the list item
 * 
 * @author Juerg Ritter (rittj1@bfh.ch)
 */

From source file info.curtbinder.reefangel.phone.NotificationListCursorAdapter.java

public class NotificationListCursorAdapter extends CursorAdapter {

    private final int LAYOUT = R.layout.notificationslistitem;

    static private String[] deviceParameters;
    static private String[] notifyConditions;