Can you share your experience to speed up your game in Power Saving mode (android)? Since I control my games using onEnterFrame event, I noticed that when enable this mode, fps drop very low and game speed is terrible.
@thanhquan1512 I remember looking at this issue one day, and unfortunately I did not found a way to disable power saving mode from the app, nor to detect if it is enabled.
So unfortunately it is on the users consciousness
About optimizing, well there is nothing to optimize there, your app just gets lesser resources and tries to manage with it as much as possible. Only thing you could do is to write a simpler game, that does not require those resources
Because I think even if you won't use enterframe, but for example static timer, result won't be better, but you can try
Comments
So unfortunately it is on the users consciousness
About optimizing, well there is nothing to optimize there, your app just gets lesser resources and tries to manage with it as much as possible. Only thing you could do is to write a simpler game, that does not require those resources
Because I think even if you won't use enterframe, but for example static timer, result won't be better, but you can try