| BuildConfig |
| DragSortController | Class that starts and stops item drags on a DragSortListView
based on touch gestures. |
| DragSortCursorAdapter | A subclass of android.widget.CursorAdapter that provides reordering of the elements in the Cursor based on completed drag-sort operations. |
| DragSortItemView | Lightweight ViewGroup that wraps list items obtained from user's ListAdapter. |
| DragSortListView | ListView subclass that mediates drag and drop resorting of items. |
| DragSortListView.DragListener | |
| DragSortListView.DragScrollProfile | Interface for controlling scroll speed as a function of touch position and time. |
| DragSortListView.DragSortListener | |
| DragSortListView.DropListener | Your implementation of this has to reorder your ListAdapter!
Make sure to call
notifyDataSetChanged() or something like it
in your implementation. |
| DragSortListView.FloatViewManager | Interface for customization of the floating View appearance and dragging behavior. |
| DragSortListView.RemoveListener | Make sure to call
notifyDataSetChanged() or something like it
in your implementation. |
| R | |
| R.attr | |
| R.id | |
| R.styleable | |
| ResourceDragSortCursorAdapter | Static library support version of the framework's android.widget.ResourceCursorAdapter. |
| SimpleDragSortCursorAdapter | An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file. |
| SimpleDragSortCursorAdapter.CursorToStringConverter | This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String. |
| SimpleDragSortCursorAdapter.ViewBinder | This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. |
| SimpleFloatViewManager | Simple implementation of the FloatViewManager class. |