Hi all,
I have developed a game using the framework of the "beginning android games" book (which works really good for me btw!), but I have stumbled on a problem:
I have developed my game for the HTC legend, and when I tested it on HTC wildfire the frame rate was extremely low!
I first thought that this was a result of my lousy android gaming skills, since it is my first game, but when I ran some tests, I found out that the delay wasn't caused by the "updateRunning" function - in the GameScreen class - but from the "present" function. There isn't anything exiting going on in that function (just rotating some pixmaps and drawing them), so the problem must come from something else, but what?
The only thing I can think of is that is set my frameBuffer to 480*800 instead of 320*480 (because I initially developed it for the legend) and that scaling the frameBuffer might be too much for the wildfire... Does anyone have an answer to that?
Or does anyone have another idea?
Thanks!!!
-peter
