从 GalleryView 小部件中拖放图像
我的应用程序中有一个 GalleryView 小部件,可显示 100 多张图像。我想添加拖放功能,用户可以长按 100 张图像中的任何一张,然后将它们拖到显示屏底部的托盘中。我需要执行此操作的指示或任何可以帮助我入门的示例应用程序或代码。
任何帮助表示赞赏。
谢谢,
艾布
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,请查看此示例
https://github.com/thquinn/DraggableGridView
Hi please check out this example
https://github.com/thquinn/DraggableGridView