I have an Android app where users can add items to a ListView, and I'd
like them to be able to re-order the items in the list however they
want (as opposed to just offering them different sort orders). It's
easy enough to add a position setting for the items (they come from
the DB) but what kind of UI elements are available for the user to
indicate the desired ordering?

Is there a pattern anyone has seen implemented for this? I have not
seen anything on Android that does anything like this, except the home
screen which is similar but looks a little bit beyond my expertise at
this point. The best I can think of is to use a long click and context
menu to "move up" or "move down". Any better ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to