I have an horizontal recyclerview in my view holder. I've implemented DraggableItemAdapter. It works perfectly if position start and end are visible. But if I want to drop, and scroll to reach a specific position in this recyclerview it doesn't work (due to drag process). Could you help me guys?
I have an horizontal recyclerview in my view holder. I've implemented
DraggableItemAdapter
. It works perfectly if position start and end are visible. But if I want to drop, and scroll to reach a specific position in this recyclerview it doesn't work (due to drag process). Could you help me guys?