使用 ImageView 制作图像动画
我对 Android 编程还很陌生,我环顾四周但未能找到明确的答案。我需要通过将图像与另一个图像(例如精灵)切换来慢慢地为图像添加动画效果。如果有人可以提供帮助,那么看起来应该很简单。谢谢!
I'm pretty new to Android programming, and I've looked around but haven't been able to find a clear-cut answer. I need to slowly animate an image by switching it with anothe, like a sprite. If anyone can help, it seems like it should be really simple. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要使用 TransitionDrawable
http://developer.android.com/reference/android/graphics/drawable /TransitionDrawable.html
You'll probably want to use a TransitionDrawable
http://developer.android.com/reference/android/graphics/drawable/TransitionDrawable.html