Android List View Drag and Drop sort

Posted by miannelle on Stack Overflow See other posts from Stack Overflow or by miannelle
Published on 2010-05-25T23:51:01Z Indexed on 2010/05/26 0:01 UTC
Read the original article Hit count: 1048

Filed under:
|

I have a list of records in a listview that I want the user to be able to re-sort using a drag and drop method. I have seen this implemented in other apps, but I have not found a tutorial for it. It must be something that others need as well. Can anyone point me to some code for doing this?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview