ItemTouchHelper Action Drag Not Get Called While Dragging

40 Views Asked by At

I want to create an indicator to show when user want to grouping item in recyclerview, i already create the code to handle the grouping and indicator, and the code to handle indicator show i place in ItemTouchHelper ActionStateDrag, the problem is when i debug i found that ActionStateDrag not get breakpoint when im still dragging item in the recyclerview and ActionStateDrag only get breakpoint when i start my drag in item, its there any solution or maybe ItemTouchHelper event that will get called while user still dragging item in recyclerview? Here My Code In ItemTouchHelper Event

Here My Code In Action State Drag to set value to the grouping border to show

0

There are 0 best solutions below