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 io.mobeta.android.dslv.DragSortCursorAdapter.java

/**
 * A subclass of {@link android.widget.CursorAdapter} that provides
 * reordering of the elements in the Cursor based on completed
 * drag-sort operations. The reordering is a simple mapping of
 * list positions into Cursor positions (the Cursor is unchanged).
 * To persist changes made by drag-sorts, one can retrieve the