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. |