Reorder shortlist

Hi my app is almost ready , I’m stuck on details. please let me know how can my user use these arrows to reorder his loaded images ?
thanks

Create a new field in the database with field type number, named something like ‘sort_order’. On button click, change the Current items’s sort_order. Finally, in the ShortList data source, set the sorting to sort_order.