I'm developing an app that contains a ListView
populated with deals. I want to long press an item and drag and drop it onto the bottom side as it's bought.
My API level is 8 so ClipData
cannot be used.
What can I do?
I'm developing an app that contains a ListView
populated with deals. I want to long press an item and drag and drop it onto the bottom side as it's bought.
My API level is 8 so ClipData
cannot be used.
What can I do?