如何在android gridview上进行图像视图拖放

发布于 2024-11-02 18:19:45 字数 54 浏览 0 评论 0原文

我想重写 onTouch 事件并从 gridview 获取图像视图 并将其拖到网格上的新位置?

i want to Override the onTouch event and get the image view from the gridview
and drag it to new place on the grid ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春庭雪 2024-11-09 18:19:45

我不确定这是否是您正在寻找的东西,但这是我开发的一个拖放网格,可能会对您有所帮助:

https://github.com/thquinn/DraggableGridView

它允许您长按子视图并将其拖动到网格中的另一个位置。还动画化了!

I'm not sure if this is the kind of thing you're looking for, but here's a drag-and-drop grid I developed that might help you:

https://github.com/thquinn/DraggableGridView

It allows you to long press a child view and drag it to another position in the grid. It's animated, too!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文