1

I have a GalleryView widget in my application that displays over 100 images. I would like to add the drag and drop feature by which users can long press on any of the 100 images, and pull them down to a tray at the bottom of the display. I need directions to do this or any sample application or code which would help me get started.

Any help is appreciated.

Thanks,

Ab

Abhishek Sharma
  • 609
  • 1
  • 11
  • 22

1 Answers1

0

Hi please check out this example

https://github.com/thquinn/DraggableGridView

bhargavkumar040
  • 800
  • 7
  • 13
  • That'll be a good start, but it doesn't feature a "tray" or dragging children between two parent views. Good luck! – Tom Quinn Jul 26 '12 at 20:53