I want to drag items over my horizontal recyclerview(not only within bounds of the recyclerview) and when drop an item it goes to new position with animation. How to achieve this using ItemTouchHelper.Callback?
How to drag and drop items over bounds of the horizontal recyclerview with ItemTouchHelper.Callback?
Asked
Active
Viewed 1,218 times
1 Answers
5
I think you might avoid using ItemTouchHelper
to achieve your goal. See my code on GitHub for more information.

JuliaKo
- 731
- 1
- 11
- 19