以编程方式拖动视图

发布于 2024-12-23 04:54:43 字数 263 浏览 1 评论 0原文

我正在写扑克牌游戏。我已经基于 这个教程。

现在我想要动画对手的动作。

有简单的方法吗?

我考虑过使用 TouchUtils.dragViewBy(...),但设备不支持它。

I'm writing playing cards game. I have implemented dragging and dropping one view onto another based on this tutorial.

Now I want to animate opponent moves.

Is there easy way to to this?

I thought about using TouchUtils.dragViewBy(...), but it isn't supported on device.

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

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

发布评论

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

评论(1

我们的影子 2024-12-30 04:54:43

对于对手的移动,你不应该使用动画吗?

为此,您可以使用旧 API 新的,或使用 兼容性库 代替。

请注意,如果您在旧的 Android 版本(即使使用兼容性库)(即 API 10 及以下版本)上运行动画,则视图看起来只会位于您看到的位置,但实际上它停留在原始位置。

for opponents move, shouldn't you use animations instead?

for this, you could use either the old API or the new one, or use a compatibility library instead .

do note that if you run animations on old android versions (even with the compatibility library) meaning API 10 and below, the view only looks to be on the position that you see it, but actually it stayed on the original position.

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