Top "Menu" questions

A menu is a user interface mechanism that provides the user a means to view and execute application operations.

creating a menu after a long click event on a list view

I have a list view connected to a database, showing a all the entries. I want a menu to show …

android listview menu long-click
Android Actionbar items as three dots

I have a menu for my main activity (res/menu/main_menu.xml) and I want only one item on …

android menu android-actionbar android-4.0-ice-cream-sandwich
Android: create a popup that has multiple selection options

I've been searching around trying to figure out how to create a popup or a dialog that has 4 options to …

android menu dialog popup
Change background color of android menu

I'm trying to change the standard light grey to a light green. Seems that there is not a simple way …

android menu background layout-inflater
How do I generate a custom menu/sub-menu system using wp_get_nav_menu_items in WordPress?

I have an html structure that requires customization of the wp_nav_menu code. This is the html I need …

php wordpress menu wordpress-theming submenu
WPF menu item with image

How to define MenuItem.Icon so that the MenuItemHeader text would be placed below the menu item image?Thanks for …

wpf image menu menuitem
How to check if element has class with AngularJS?

I have an off panel menu working perfectly on a site. The user can open and close it using both …

angularjs menu
Add Active Navigation Class Based on URL

I'm trying to add an active class (i.e. class="active") to the appropriate menu list item based upon the …

javascript css menu
Android adding a submenu to a menuItem, where is addSubMenu()?

I want to add a submenu inside my OptionsMenu to a menuItem, programatically according to my parameters. I've checked "MenuItem" …

android menu menuitem submenu
How can I refresh the ActionBar when onPrepareOptionsMenu switched menu entries?

Within my apps I often enable/disable menu entries and do make them visible from onPrepareOptionsMenu. Today I started to …

android menu android-actionbar