Android 仪表动画帮助
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有两个选择。您可以使用 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.