在没有OPENGL的Android中制作动画



我正在尝试在android中执行基本动画,如坐标轴上的旋转矢量、雷达等。我遇到的两种方法是:

    1. OPENGL ES: Its is rather heavy and I want simpler. This will also 
make the app slower as there are other operations that need to be 
carried out too.
    2. Animating different images using Animate in Android: This is easy 
but not that powerful.

还有其他替代方法吗。

在android中有很多不同的动画制作方法。这里有一个很好的链接,详细介绍了每种类型。

相关内容

  • 没有找到相关文章

最新更新