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

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

Introduction

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

Usage

From source file com.fbartnitzek.tasteemall.addentry.CompletionUserAdapter.java

/**
 * Copyright 2016.  Frank Bartnitzek
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.fbartnitzek.tasteemall.addentry.CompletionProducerAdapter.java

/**
 * Copyright 2016.  Frank Bartnitzek
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.fbartnitzek.tasteemall.addentry.CompletionDrinkAdapter.java

/**
 * Copyright 2016.  Frank Bartnitzek
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.zns.comicdroid.adapter.AutoCompleteAdapter.java

public class AutoCompleteAdapter extends SimpleCursorAdapter
        implements FilterQueryProvider, SimpleCursorAdapter.CursorToStringConverter {

    private Cursor mCursorPublishers;
    private CharSequence mStrPublisherQuery;
    private final Runnable mRunPublisherAC;

From source file com.zns.comicdroid.adapter.GroupedItemAdapter.java

public class GroupedItemAdapter extends SimpleCursorAdapter {
    private final int mLayout;
    private final LayoutInflater mLayoutInflater;
    private final String mNameNA;

    static class GroupedItemHolder {

From source file DragAndDrop.DragNDropCursorAdapter.java

public class DragNDropCursorAdapter extends SimpleCursorAdapter implements DragNDropAdapter {
    int mPosition[];
    int mHandler;

    public DragNDropCursorAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to,
            int handler) {

From source file com.terlici.dragndroplist.DragNDropCursorAdapter.java

public class DragNDropCursorAdapter extends SimpleCursorAdapter implements DragNDropAdapter {
    int mPosition[];
    int mHandler;

    public DragNDropCursorAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to,
            int handler) {

From source file org.worshipsongs.adapter.DragNDropCursorAdapter.java

/**
 * author:Madasamy
 * version:2.1.0
 */
public class DragNDropCursorAdapter extends SimpleCursorAdapter implements DragNDropAdapter {
    int mPosition[];

From source file com.example.saboo.iplpredict.drag.DragNDropCursorAdapter.java

public class DragNDropCursorAdapter extends SimpleCursorAdapter implements DragNDropAdapter {
    int mPosition[];
    int mHandler;

    public DragNDropCursorAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to,
            int handler) {

From source file DragAndDropListView.dragndroplist.DragNDropCursorAdapter.java

public class DragNDropCursorAdapter extends SimpleCursorAdapter implements DragNDropAdapter {
    int mPosition[];
    int mHandler;

    public DragNDropCursorAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to,
            int handler) {