Which of the following Activity methods is invoked when the user clicks on an options menu item?
Which of the following Activity methods is invoked when the user clicks on an options menu item?
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.
D. onOptionsItemSelected
C. onOptionsItemClicked