Android OpenGL support
in
Android Processing
•
2 years ago
I am developing a game for the android and naturally for it to run smoothly I need opengl.
The game runs fine on my phone which is a myTouch 4g. I borrowed my friends phone which is a sumsung intercept, and it scaled everything correctly to the smaller screen but all the images flickered except the background. They both have android 2.2.
My questions are:
Is this an issue with not explicitly telling processing the z index value of the images? I think this could be the case since the background didn't flicker yet every other image did.
Could this just be a hardware issue?
I read processing OpenGL is only supported in 2.2 and later versions. Is that correct? If so why did it not work on the samsung and it did on mine?
Thanks everyone.
-Paul
1