0

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 ?

4

2 に答える 2

0

ユーザーがコンテキストメニューから選択する並べ替え順序を実装してみてください

于 2012-06-13T09:15:30.337 に答える
0

リストが長くない場合は、コレクションのcompareToを使用してアダプターを変更します

于 2012-06-13T08:13:08.077 に答える