Which of the following best explains the Android context menus?
A.
It is a popup menu displays a list of items in a vertical list that’s anchored to the view that invoked the menu.
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.
C.
It is the primary collection of menu items for an activity. It’s where you should place actions that have a global impact on the app, such as "Search", "Compose email", and "Settings".
Suggested Answer:B🗳️
To show a context menu on long click, most clients will want to call registerForContextMenu(View). References: http://developer.android.com/reference/android/view/ContextMenu.html
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.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Mmadi
1 year, 12 months ago