Top "Android-menu" questions

Questions regarding designing, implementing and handling menus and action bars in Android.

Add a menu to an empty activity

I have made an android application in Android Studio and would like to create a option menu on it. I …

java android-menu
Android - Correct use of invalidateOptionsMenu()

I have been searching a lot on invalidateOptionsMenu() and I know what it does. But I cannot think of any …

android android-actionbar xamarin android-menu android-optionsmenu
Android Studio waiting for build to finish

I have a problem. When I start a new project in Android Studio and select a navigation drawer activity it …

android android-studio android-menu
Enable/Disable ActionBar Menu Item

I have actionbar menuitems cancel and save. menu.xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://…

android android-actionbar android-menu
How to open sub menu after click on menu-item in Navigation drawer?

I implemented a navigation drawer, with navigation view. and i am adding value in navigation view through a menu.xml …

android navigation-drawer android-menu
Android Split Action Bar with Action Items on the top and bottom?

Is there a way to specify some action items to the top part of the Split Action Bar while the …

android android-actionbar android-menu
What is orderInCategory in ActionBar menu item & why it is use for..?

Im working on action menu item and its over flow item this is my main_menu.xml <?xml version="1.0" …

android android-actionbar android-menu
No resource identifier found for attribute 'showAsAction' in package 'android'

as the title suggest, I'm getting that error in at least 3 of the XML layout files, however, I dont see …

java android android-xml android-menu
How change position of popup menu on android overflow button?

I just like to implement somethings same as popup menu in the Gmail app, anchored to the overflow button at …

android popup android-actionbar android-menu
dynamic adding item to NavigationView in Android

I want to build NavigationDrawer with the possibility of adding new items (such as yahoo weather App with adding new …

android navigation-drawer android-menu