I have a GridView with a custom adapter and item layout. I want the user to be able to hold one of the items to move it into another item's place, just like moving icons on the homescreen.
Is there a simple way to do this?
Or is there a different way I should go about this?