iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

fix(Grid Mode):keep the data in adapter synchronized with the view when moving items in grid mode #37

Open Morphin3 opened 8 years ago

Morphin3 commented 8 years ago

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.