I'm using Andengine
to develop my game.
I have a little problem when I'm pressing Home (or lock screen) and resume the game. There is a relative big delay (about 5-7 seconds) while the game reloading, and in this time, there appears a black screen. I'm afraid that users can consider that there is a problem with the game.
I think to reload a splash screen (or smth) but unfortunately I do not know how to do it. I tried put it into onPause
/onResume
methods, but with no effect.
My MainActivity extends LayoutGameActivity class
, if it does matter.