Android
Programming and Technical
Programming
Technical
Explain android activity life cycle?
Options
1) onCreate() −> onStart() −> onActivityStarted() −> onResume() −> onPause() −> onStop() −> onActivityDistroy() −> onDestroy()
2) OnCreate() −> onStart() −>onResume() −> onPause() −> onStop() −> onRestart() −> onDestroy()
3) OnCreate() −> onStart() −> onPause() −> onResume() −> onStop() −> onDestroy()
4) OnCreate() −> onStart() −>onResume() −> onPause() −> onStop() −> onDestroy()
Read Solution (Total 0)
Android Other Question