I have to implement some list of items that have to be reordered.
My first thought was drag&drop behaviour - user long clicks on some item and drag it lower or upper to change its position. But there is a problem - drag&drop had been implemented since Android 3.x
Do you have any other user friendly ideas to design this kind of reorder list ? What way did you implement it ?