Which of the following are true about enabling/disabling menu items from an Activity class?
Answers:
• onCreateOptionsMenu can be used to enable/disable some menu items in an Android application.
• onPrepareOptionsMenu can be used to enable/disable some menu items in an Android application.
• onShowOptionsMenu can be used to enable/disable some menu items in an Android application.
• The menu items in an Android application cannot be disabled
No comments:
Post a Comment