Android-ItemTouchHelper-Demo
Android-ItemTouchHelper-Demo copied to clipboard
fix(Grid Mode):keep the data in adapter synchronized with the view when moving items in grid mode
When I moved the 'Four' item over the 'One' item,the views were not swaped as expected,instead,the 'Four' item was inserted before the 'One' item.