Q5. Choose the correct order of android Activity Life Cycle?
Choose the correct order of android Activity Life Cycle?
onCreate() -> onStart() -> onResume() ->onPause() -> onStop() -> onRestart() -> onDestroy()
onStart() ->onCreate() -> onResume() ->onPause() -> onStop() -> onRestart() -> onDestroy()
onStart() ->onCreate() -> onPause() -> onResume() ->onStop() -> onDestroy() -> onRestart() ->
None of the above