Harsha M V
Harsha M V

Reputation: 54939

Android how to perform drag n drop with listview items

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

Answers (2)

heycosmo
heycosmo

Reputation: 1388

You can also try my component, called DragSortListView. You can find it here:

Upvotes: 1

Gangnus
Gangnus

Reputation: 24464

http://developer.android.com/guide/topics/ui/drag-drop.html

from API lev 11 only :-(

Upvotes: 1

Related Questions