Android 仪表动画帮助

发布于 2024-11-09 09:35:17 字数 98 浏览 0 评论 0原文

我是 Android 新手,我真的需要一些帮助。我有两张图片都是PNG的,一张代表仪表,第二张代表针。我正在尝试根据速度(rpm)为针设置动画,我需要帮助的是动画部分。有什么想法吗?

I am new to android and i could really use some help here. I have two images both are PNG one represents a gauges and the second is the needle. I am trying to animate the needle according to speed (rpm), what i need help with is the animation portion. Any ideas?

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

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

发布评论

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

评论(1

时光暖心i 2024-11-16 09:35:17

你有两个选择。您可以使用 Canvas 2D 并以这种方式渲染它,或者您可以将 Android 动画框架与 ImageView 结合使用。

You have two choices. You can use Canvas 2D and render it that way, or you can use the Android Animation framework with ImageViews.

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