Reputation: 54939
I created a application where i fetch the database and dynamically created that many checkbox & textview now i want to perform drag n drop events with that list items.
How can i do this, plz give me a way
Upvotes: 1
Views: 2091
Reputation: 1388
You can also try my component, called DragSortListView. You can find it here:
Upvotes: 1
Reputation: 24464
http://developer.android.com/guide/topics/ui/drag-drop.html
from API lev 11 only :-(
Upvotes: 1