Android GridView reorder elements via Drag and Drop
问题 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 but nothing on GridViews. I want to achieve behaviour like in this launcher app http://www.youtube.com/watch?v=u5LISE8BU_E&t=5m30s. Any ideas? 回答1: If you don't resolve this problem I will provide my code. But it works on Android 3.0 and above, because I use android drag-n-drop framework grid = (GridView) findViewById(R.id