I try to implement a function for customlistview to drag items without extra button like in CLVdragging library.
I like to use the ItemLongClick() event to start dragging without lifting the finger.
I have ftry to send via reflection ACTION_UP and then a ACTION_DOWN event, but wihtout a correct result.
Is there a way to do it?
I like to use the ItemLongClick() event to start dragging without lifting the finger.
I have ftry to send via reflection ACTION_UP and then a ACTION_DOWN event, but wihtout a correct result.
Is there a way to do it?