Android - drag and drop - list rearrange

Viewed 36208

How can I create a list where I can rearrange list items with dragging list rows to another row and so on (to change to order)?

Just like on the HTC Hero in the clocks app where you can rearrange the order of clocks?

5 Answers

Hint: download the android sources and have a look how the Music app (packages\apps\Music) implements this functionality.

Related