A section of an app I'm working on is meant to allow users to sort the order of the items in a list easily. My ideal option for this would be to have a list of items that the users can drag back and forth to re-sort. The listview lists don't seem the most conducive to this in my mind, particularly if I want the user to see an animation of the selected item being dragged. Does anyone have thoughts on a way to do this easily?
My backup plan is to have each item have an up and down button and the user can order that way, but it's more clunky and may require lots of clicks so I thought I'd see if anyone had suggestions about an approach like that described above first. Many thanks for the help!
My backup plan is to have each item have an up and down button and the user can order that way, but it's more clunky and may require lots of clicks so I thought I'd see if anyone had suggestions about an approach like that described above first. Many thanks for the help!