¡@

Home 

2014/10/16 ¤W¤È 08:13:35

android Programming Glossary: firstlifelog

Problems understanding the life cycle when screen goes off and on

http://stackoverflow.com/questions/3407192/problems-understanding-the-life-cycle-when-screen-goes-off-and-on

The output is identically... public class LifeCycleTest extends Activity private final static String DEBUG_TAG FirstLifeLog public void onCreate Bundle savedInstanceState super.onCreate savedInstanceState Log.e DEBUG_TAG onCreate executes ... setContentView.. dont understand why it behaves not like last time maybe more free resources activity starts 08 09 12 14 03.122 ERROR FirstLifeLog 15406 onCreate executes ... 08 09 12 14 03.132 ERROR FirstLifeLog 15406 onStart executes ... 08 09 12 14 03.132 ERROR FirstLifeLog.. resources activity starts 08 09 12 14 03.122 ERROR FirstLifeLog 15406 onCreate executes ... 08 09 12 14 03.132 ERROR FirstLifeLog 15406 onStart executes ... 08 09 12 14 03.132 ERROR FirstLifeLog 15406 onResume executes ... screen off 08 09 12 14 07.412..