Life cycle when Activity jumps

2020-03-29 10:48:11.748 8812-8812/? I/ActivityA: onCreate called.
2020-03-29 10:48:11.758 8812-8812/? I/ActivityA: onStart called.
2020-03-29 10:48:11.762 8812-8812/? I/ActivityA: onResume called.
2020-03-29 10:48:17.160 8812-8812/com.example.ndk I/ActivityA: onPause called.
2020-03-29 10:48:17.244 8812-8812/com.example.ndk I/ActivityB: onCreate called.
2020-03-29 10:48:17.257 8812-8812/com.example.ndk I/ActivityB: onStart called.
2020-03-29 10:48:17.260 8812-8812/com.example.ndk I/ActivityB: onResume called.
2020-03-29 10:48:17.870 8812-8812/com.example.ndk I/ActivityA: onStop called.
2020-03-29 10:48:17.878 8812-8812/com.example.ndk I/ActivityA: onDestory called.

 

Guess you like

Origin blog.csdn.net/guodashen007/article/details/105174753