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

Which of the following Activity methods is invoked when the user clicks on an options menu item?

    Correct Answer: D

    When the user selects an item from the options menu, the system invokes the onOptionsItemSelected() method in the activity. This method is designed to handle item selection events from the options menu.

Discussion
MmadiOption: D

D. onOptionsItemSelected

MmadiOption: C

C. onOptionsItemClicked