The meaning of the parameters in the Add method in the menu of the Android system!!!

Source: Internet
Author: User
Parameters in the Menu.add method:

1.the group ID parameter of type int, which represents the concept of groups, allows you to group several menu items into groups to better manage your menu buttons as a group. The available methods are:
Removegroup (ID)
Setgroupcheckable (ID, checkable, exclusive)
Setgroupenabled (Id,boolean enabled)
Setgroupvisible (id,visible)
2.the item ID parameter of type int, which represents the project number. This parameter is important, and an item ID corresponds to an option in the menu. In the later use of the menu, it is to rely on the item ID to determine which option you selected.
3.an Order ID parameter of type int, which represents the order in which the menu items are displayed. The default is 0, which means that the order in which the menus are displayed is displayed in the order of Add.
4.The title parameter of type String, which represents the text displayed in the option.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The meaning of the parameters in the Add method in the menu of the Android system!!!

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.