maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
https://github.com/maurycyw/StaggeredGridViewDemo
1.65k stars 664 forks source link

Drag and drop #77

Open goonerDroid opened 10 years ago

goonerDroid commented 10 years ago

Can we implement the drag and drop feature for the images.I created a new interface for onItemDrag and added a listener to it just like onItemClick,but it does not seems to be working.Need Help!