Possible Duplicate:
Android GridView reorder elements via Drag and Drop
Can anyone give me some link from where I can learn Drag and Drop inside Android GridView.
Possible Duplicate:
Android GridView reorder elements via Drag and Drop
Can anyone give me some link from where I can learn Drag and Drop inside Android GridView.
For drag and drop icons in grid view,
you can refer following tutorial...
It is very helpful for it.
A little late to the party, here, but you might be able to use a library I wrote for android called DraggableGridView:
https://github.com/thquinn/DraggableGridView
It's an extension of ViewGroup. Long click to drag, includes animation, etc.