DragSortRecycler
DragSortRecycler copied to clipboard
Easily add drag and drop capability to your RecyclerView
Results
12
DragSortRecycler issues
Sort by
recently updated
recently updated
newest added
The getItemId in the sample code should not return position. If items are added or removed it will break the RecyclerView.
If the viewhandle is not visible, dragging should not happen. Also it would be nice if there could be a limit to where one could drag to. Working on that...