I created a application where i fetch the database and dynamically created that many checkbox & textview now i 开发者_JAVA百科want to perform drag n drop events with that list items.
How can i do this, plz give me a way
http://developer.android.com/guide/topics/ui/drag-drop.html
from API lev 11 only :-(
You can also try my component, called DragSortListView. You can find it here:
- https://github.com/bauerca/drag-sort-listview
精彩评论