I developed a game in andEngine which is almost final. Only problem I am facing now is that when during GamePlay if power button is pressed and Game is resumed again It starts from star. Suppose I am playing Level 6 and I pressed power button when the game will be resumed it will start from Level 1. Can any one help me with this?
|
feedback
|
closed as not a real question by casperOne♦ Jan 26 at 22:38
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
You have to save current state in onSaveInstanceState() and load it in onRestoreInstanceState(). Check this link: Android activities Specifically: | |||
|
feedback
|
|
The main activity detects when it is being paused and taken out of memory. Look into the Activity onPause() and onResume(). | |||
|
feedback
|
Phone optioninterface appears, then pressing the back key to resume game play? – Jong Jan 21 at 9:43