Which of the following Activity life-cycle methods is invoked when a dialog is shown?
Which of the following Activity life-cycle methods is invoked when a dialog is shown?A . onPause()B . onCreate()C . onStop()D . onDestroy()View AnswerAnswer: A Explanation: onPause() is where you deal with the user leaving your activity. References: http://developer.android.com/reference/android/app/Activity.html