Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经创建了一个角色,我想知道如何为它制作动画:
我读到了 AnimationDrawable、SurfaceView、Canvas ……但哪种方式最好?
非常感谢 !!!
如果您正在尝试制作游戏,您应该考虑使用 GLSurfaceView和textures。 这是一个很好的教程,虽然它包含一些编码错误,但它使概念非常清晰!
OpenGLES 方法比动画视图提供更多的自由,但可能更难掌握。