Android AND-401 Android Application Development Online Training

Question #1 What method you should override to use Android menu system? A . onCreateOptionsMenu()B . onCreateMenu()C . onMenuCreated()D . onCreateContextMenu() Reveal Solution Hide SolutionCorrect Answer: A A Explanation: To specify the options menu for an activity, override onCreateOptionsMenu() (fragments provide their own onCreateOptionsMenu() callback). References: http://developer.android.com/guide/topics/ui/menus.html Question #2 What Activity method you use...

October 11, 2023 No Comments READ MORE +