I need to create a list of elements. The elements in the list are sorted according to a field (for instance, position). I should have a possibility to add elements in this list, to delete them and to move elements in the list. Are there any UI patters for this task in Android? Can you recommend some resources for this?
Share
Finally, I added a new field to a listitem that shows the position of this item. Longclick on an item call dialog where I can change the value of this position. After that I make sorting.