The main problem with ItemTouchHelper is that swapping only occurs when the dragging view is fully over the dragged over view, this is fine for small views but becomes weird with larger views.
Also not to mention it would add consistency across the entire app as ItemTouchHelper uses different scroll interpolators and so on.
The main problem with ItemTouchHelper is that swapping only occurs when the dragging view is fully over the dragged over view, this is fine for small views but becomes weird with larger views. Also not to mention it would add consistency across the entire app as ItemTouchHelper uses different scroll interpolators and so on.