Android GridView reorder elements via Drag and Drop

后端 未结 8 1285
温柔的废话
温柔的废话 2020-12-12 17:43

I have a GridView in an application I am working on. I would like to be able to reorder the items in the GridView via drag-and-drop. I have found lots of help for ListViews

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 17:56

    Have a look at thquinn's DraggableGridView, This was developed targeting Android 2.2 (API level 8). Hope this helps someone :)

提交回复
热议问题