is there any way to do run animation on the GPU when writing an app for Android 2.2 and up
Thanks.
Asked
Active
Viewed 277 times
1

user958880
- 487
- 1
- 7
- 18
1 Answers
0
Indeed try using GlSurfaceView, it is supported from android 1.6

Ilya Gazman
- 31,250
- 24
- 137
- 216
-
can you be a bit more specific ? how can i use this for animation ? – user958880 Jan 21 '12 at 18:36
-
There is no shortcuts here, you just need to learn it all. It is a huge world called OpenURL, you can do any animation you like with it. Perhaps you should Google for some tutorial in the subject. [This is one I found](http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/). – Ilya Gazman Jan 21 '12 at 19:03