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

Which of the following best explains the Android context menus?

    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
MmadiOption: B

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.