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

Inportant note #31

Open ghost opened 8 years ago

ghost commented 8 years ago

If you update your items every 10 mills(in my case) onMove method will be called one time per 5 seconds.