Multiple Choice
What two methods you have to override when implementing Android context menus?
A) onCreateOptionsMenu, onCreateContextMenu
B) onCreateContextMenu, onContextItemSelected
C) onCreateOptionsMenu, onOptionsItemSelected
D) onCreateOptionsMenu, onContextItemSelected
Correct Answer:

Verified
Correct Answer:
Verified
Q206: What work is suitable for Android Services?<br>A)
Q207: Which Method allows setting action to snackbars?<br>A)
Q208: Which of the following files specifies the
Q209: Which of the following Material Theme attributes
Q210: Which of the following are benefits for
Q212: When using an implicit intent, what process
Q213: Which of the following AsyncTask methods is
Q214: Method onDraw() of class android.view.View has the
Q215: Which of the following is NOT the
Q216: Which is the correct explanation of ListView?<br>A)