Android GridView reorder elements via Drag and Drop

后端 未结 8 1293
温柔的废话
温柔的废话 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 18:09

    Probably PagedDragDropGrid project is what you need: https://github.com/mrKlar/PagedDragDropGrid

    It provides custom ViewGroup (similar to GridView) with feature of smooth reordering (exactly like in your video). Probably it'll require a bit of customizations, but it's worth.

    Hope it'll help.

提交回复
热议问题