Android Tablet frame rate comparisons
in
Android Processing
•
2 years ago
Hi folks,
I have been messing around with various combinations of Android animation features for Honeycomb as well as trying to find the most optimal Processing configuration for not only my tablet but others. I have a few observations I would be interested to hear from others about on there own devices
first off, my setup
Motorola Xoom 32g wifi only. Rooted, and updated to Honeycomb 3.1
- A2D has such slow performance I can't really use it. Frame rate is between 10-15fps with nothing in the sketch
- A3D is really snappy running at 60fps and dips down to as low as 30fps if I do serious collision detection iterating through a scene. In general though, good performance.
My thought is that the A3D is faster due to it running on the gpu with opengl, is anyone else having this performance gap between the two?
How is processing-android performing on the GalaxyTab 10.1, Transformer, Asus ePad, etc.?
1