Android GridView reorder elements via Drag and Drop

后端 未结 8 1292
温柔的废话
温柔的废话 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:53

    My version for drag and drop grid view https://github.com/askerov/DynamicGrid.
    It's extends original GridView, supports drag and drop to reorder items, auto-scroll if drag out of screen. It's completely functional on 3.0+ api, but supports 2.2 and 2.3 with limitations (no animations).

提交回复
热议问题