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.
Apache License 2.0
693 stars 177 forks source link

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

Closed Yousaf128 closed 1 year ago

Yousaf128 commented 2 years ago

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.

woxblom commented 2 years ago

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