Question:Which of the following can you use to add items to the screen menu?
A Activity.onCreate
B Activity.onCreateOptionsMenu
C Constructor of the Activity class.
D Activity.onCreateMenu
E Activity.onStart
F Activity.onPrepareOptionsMenu
+ AnswerB
+ Report