How can you manually reorder a ListView in Android?
        Posted  
        
            by groomsy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by groomsy
        
        
        
        Published on 2010-05-24T17:51:22Z
        Indexed on 
            2010/05/24
            18:31 UTC
        
        
        Read the original article
        Hit count: 531
        
I have a ListView in Android that needs to have the ability to be manually reordered. An example would be within Android's Music Player application, when you can change the order of tracks in a playlist. I know how to programmatically change the order of a ListView, but not how to do it in regards to a touch and slide approach that can be found in the Music Player application.
Thanks in advance,
groomsy.
© Stack Overflow or respective owner