DragListView
DragListView copied to clipboard
Drag and drop to reorder items in a list, grid or board for Android. Based on RecyclerView. Also supports swiping items in a list.
The ability to add a drop zone where dragging an item or column into them enables deletion.
Your sample app isn't letting list view drag and drop items. The grid view is working to drag and drop, but the list view is only allowing swipe left or...
Incorrect Addition of Column Header and Footer in addColumnTo(int index, @NonNull ColumnProperties columnProperties) Method in BoardView Class (Line 946): The header and footer are incorrectly added to the mHeaders and...