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 com.sonetel.utils.contacts.ContactsSearchAdapter.java

/**
 * This adapter is used to filter contacts on both name and number.
 */
public class ContactsSearchAdapter extends CursorAdapter implements SectionIndexer {

    private final Context mContext;

From source file org.videolan.vlc.gui.SearchSuggestionsAdapter.java

public class SearchSuggestionsAdapter extends CursorAdapter {

    public final static String TAG = "VLC/SearchSuggestionsAdapter";
    private static int backgroundColor;

    MediaLibrary mMediaLibrary = MediaLibrary.getInstance();

From source file tw.net.ezcall.utils.contacts.ContactsSearchAdapter.java

/**
 * This adapter is used to filter contacts on both name and number.
 */
public class ContactsSearchAdapter extends CursorAdapter implements SectionIndexer {

    private final Context mContext;

From source file org.apps8os.logger.android.widget.adapter.ActionEventHistoryCursorAdapter.java

public class ActionEventHistoryCursorAdapter extends CursorAdapter {

    public ActionEventHistoryCursorAdapter(Context context) {
        this(context, null, false);
    }

From source file org.sufficientlysecure.keychain.ui.adapter.KeyListPublicAdapter.java

/**
 * Implements StickyListHeadersAdapter from library
 */
public class KeyListPublicAdapter extends CursorAdapter implements StickyListHeadersAdapter {
    private LayoutInflater mInflater;
    private int mSectionColumnIndex;

From source file com.grottworkshop.gwsswipelayout.adapters.CursorSwipeAdapter.java

/**
 * CursorSwipeAdapter class
 * Created by fgrott on 9/21/2015.
 */
@SuppressWarnings("unused")
public abstract class CursorSwipeAdapter extends CursorAdapter

From source file com.aboveware.sms.ui.MessageListAdapter.java

/**
 * The back-end data adapter of a message list.
 */
public class MessageListAdapter extends CursorAdapter {
    @TargetApi(Build.VERSION_CODES.HONEYCOMB_MR1)
    private static class MessageItemCache extends LruCache<Long, MessageItem> {

From source file org.smssecure.smssecure.ConversationAdapter.java

/**
 * A cursor adapter for a conversation thread.  Ultimately
 * used by ComposeMessageActivity to display a conversation
 * thread in a ListActivity.
 *
 * @author Moxie Marlinspike

From source file com.dabay6.android.apps.carlog.adapters.DualLineCursorAdapter.java

/**
 * DualLineCursorAdapter
 *
 * @author Remel Pugh
 * @version 1.0
 */

From source file net.voxcorp.voxmobile.utils.contacts.ContactsSearchAdapter.java

/**
 * This adapter is used to filter contacts on both name and number.
 */
public class ContactsSearchAdapter extends CursorAdapter implements SectionIndexer {

    private final Context mContext;