woxblom / DragListView

Drag and drop to reorder items in a list, grid or board for Android. Based on RecyclerView. Also supports swiping items in a list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to restrict items to drop at specific position in canDropItemAtPosition() method.

Yousaf128 opened this issue · comments

How to restrict item to drop at specific position in CanDropItemAtPosition() method because its call too many times when we drag item from one position to another.
How to handle this scenario.

What do you mean it is called to many times? Why cant you implement that method?