반응형
[android air] Activity lifecycle on the flash ( onResume, onPause, onStart, onStop ) |
NativeApplication.nativeApplication.addEventListener( Event.ACTIVATE, onStart );
NativeApplication.nativeApplication.addEventListener( Event.DEACTIVATE, onStop );
function onStart( e : Event ){
// Do sth..
}
function onStop ( e : Event ){
// Do sth..
}
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[Tutorial] AndEngine GLES1, GLES2, GLES2 Anchor Center 의 차이 (0) | 2014.05.08 |
---|---|
[Tutorial] AndEngine Most Important Concepts (0) | 2014.05.07 |
Android Transition Framework (TransitionManager, Transition, Scene) 의 작동 원리 (0) | 2014.04.30 |
[android] segmented control - open source library (0) | 2014.04.29 |
scroll container 에 padding 값을 줄 경우 꼭 봐야 할 내용! (0) | 2014.04.29 |
댓글