AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 22


Which of the following is not an Activity lifecycle call-back method?

Show Answer
Correct Answer: D

The Activity lifecycle call-back methods are predefined methods in the Android Activity class that are called at various stages of an activity's lifecycle. These include onStart, onCreate, and onPause. The onBackPressed method, however, is not a lifecycle callback method. It is an event handling method that is called when the back button is pressed. Therefore, onBackPressed is not part of the activity lifecycle call-back methods.

Discussion

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. onBackPressed