Exam AND-401 All QuestionsBrowse all questions from this exam
Question 3

During an Activity life-cycle, what is the first callback method invoked by the system?

    Correct Answer: C

    The first callback method invoked by the system during an Activity's lifecycle is onCreate(). This is where the activity is first created. In this method, the activity does all the initialization needed, such as setting up the user interface and setting up any necessary data structures.

Discussion
MmadiOption: C

C. onCreate()