Multiple Choice
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".
D) It is a sub-menu of an options menu item.
Correct Answer:

Verified
Correct Answer:
Verified
Q64: Which of the following makes a ListView
Q65: Which of the following is not a
Q66: Best practice to implement Google Maps is
Q67: Which of the following features CANNOT be
Q68: Which one of the following statements is
Q70: Which of the following is correct dependency
Q71: During an Activity life-cycle, what is the
Q72: When creating a file using android.content.Context.openFileOutput("test.txt", 0),
Q73: Consider the following code: Intent i =
Q74: Custom views for notifications are allowed in