Multiple choice Which of the following functions are used in Activity Life Cycle of Android? onCreate(), onStart(), onResume(), onPause(), onStop(). onCreate(), onStart(), onResume(), onStop(), onDestroy(). onCreate(), onResume(), onPause(), onStop(), nDestroy(). onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroy(). Reveal answer Fill a bubble to check yourself D Correct answer Explanation There are six functions are used in Activity Life Cycle of Android: onCreate() onStart() onResume() onPause() onStop() onDestroy().