views:

94

answers:

2

On the iPhone a user is able to re-arrange the actual rows in a list. Is this possible on Android? If so, any examples would be great.

+1  A: 

Do you mean by drag-n-drop?

http://stackoverflow.com/questions/1940117/android-drag-and-drop-list-rearrange

Tim
+1  A: 

Here is a reusable TouchListView that addresses this issue, at least in part.

CommonsWare