The menu button for Android components

Source: Internet
Author: User

Create a new menu in your code today:

public boolean Oncreateoptionsmenu (Menu menu)

{
Menu.add (0, 1, 1, "item1");
Menu.add (0, 2, 2, "item2");
return Super.oncreateoptionsmenu (menu);
}

The result is not visible at run time, Showasaction is already set to "always"

Looked up some books, Starting with Android3.0, Android does not require a menu button on a mobile device, and some Android phones may no longer offer the menu button, in which case Android recommends using Actionbar instead of menus. On a phone that does not provide a menu button, the menu component The display in the upper right corner becomes the Actionbar component. And the phone that provides the menu button generally needs to click the "Home" key to the right of the popup menu window.

The menu button for Android components

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.