iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

OnDragEnd #33

Open bmelnychuk opened 8 years ago

bmelnychuk commented 8 years ago

How do I get onDragEnd event or something similar? Thanks

MrLepage commented 8 years ago

onItemClear is called when the ItemTouchHelper has completed the move or swipe.

That is your onDragEnd ;)