DynamicGrid
Drag and drop GridView for Android.
Depricated
It's much better to use solutions based on recycler view. For example https://github.com/h6ah4i/android-advancedrecyclerview
Demo
Requirements
Rearranging items require api 8 (Froyo).
All grid item animations require api 11 (Honeycomb).
Usage
All the same as for normal GridView. Adapter must extends
AbstractDynamicGridAdapter
or BaseDynamicGridAdapter
To start Drag'n'drop mode:
Or from onItemClik() and onItemLongClick()
To stop:
Adding drop listener: