AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 33


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

Show Answer
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

2 comments
Sign in to comment
MmadiOption: C
Dec 31, 2022

C. onOptionsItemClicked

MmadiOption: D
Dec 31, 2022

D. onOptionsItemSelected