1 . Explain android activity life cycle?
A onCreate() −> onStart() −> onActivityStarted() −> onResume() −> onPause() −> onStop() −>
onActivityDistroy() −> onDestroy()
B - OnCreate() −> onStart() −>onResume() −> onPause() −> onStop() −> onRestart() −>
onDestroy()
C - OnCreate() −> onStart() −> onPause() −> onResume() −> onStop() −> onDestroy()
D - OnCreate() −> onStart() −> onPause() −> onResume()
A onCreate() −> onStart() −> onActivityStarted() −> onResume() −> onPause() −> onStop() −>
onActivityDistroy() −> onDestroy()
B - OnCreate() −> onStart() −>onResume() −> onPause() −> onStop() −> onRestart() −>
onDestroy()
C - OnCreate() −> onStart() −> onPause() −> onResume() −> onStop() −> onDestroy()
D - OnCreate() −> onStart() −> onPause() −> onResume()
Click the card to flip 👆