Android Gridview drag and drop example

Possible duplicate:
Android GridView reorders items using drag and drop

Can someone give me a link where I can learn drag and drop in Android GridView.

+6
source share
2 answers

To drag and drop icons in grid mode,

you can refer to the next tutorial ...

This is very useful for him.

Drag-Drop for Android GridView

+11
source

A bit late for the party, but you could use a library that I wrote for android called DraggableGridView:

https://github.com/thquinn/DraggableGridView

This is a ViewGroup extension. Long click to drag, turn on animation, etc.

+4
source

Source: https://habr.com/ru/post/897004/


All Articles