naresh
naresh

Reputation: 10402

android - Drag and drop in Listview

I am new to drag and drop functionality.Please provide the easy tutorials.I saw some where drag and drop functionality starts from 3.0 and above. is any possibility to use in the below versions? I want to use drag and drop functionality in List view. please can anybody help me.

Upvotes: 2

Views: 13866

Answers (1)

FUBUs
FUBUs

Reputation: 617

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

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

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

Upvotes: 2

Related Questions