AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 106


Which of the following best explains the Android context menus?

Show Answer
Correct Answer: B

A context menu in Android is a floating menu that appears when the user performs a long-click on an element. It provides actions that affect the selected content or context frame. Registering the context menu for a view using registerForContextMenu(View) is a common practice.

Discussion

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

B. It is a floating menu that appears when the user performs a long-click on an element. It provides actions that affect the selected content or context frame.