Android - Drag and Drop in Listview

I am new to drag and drop functionality. Please give a simple tutorial. I saw where the drag and drop function starts from 3.0 and up. Is there any way to use it in future versions? I want to use the drag and drop functions in the list view. please can someone help me.

+3
source share
1 answer

You can use the drag and drop function with the support package.

All the details are here: http://developer.android.com/guide/topics/ui/drag-drop.html

and here: http://developer.android.com/sdk/compatibility-library.html

+1
source

All Articles