开发者

Android menu definitions explaination

开发者 https://www.devze.com 2023-02-28 23:35 出处:网络
What are the diff开发者_开发问答erences between the following types of menus in Android? option menu

What are the diff开发者_开发问答erences between the following types of menus in Android?

  1. option menu
  2. context menu
  3. sub menu

Can anyone give me an explanation and an example for each?


  1. Option menu: The menu that appears when you press the menu button
  2. Context menu: The menu that appears like a dialog with a list when you (mostly) longpress on list elements
  3. Sub menu: can be used to display more menu items with your option menu.

More details: http://developer.android.com/guide/topics/ui/menus.html

0

精彩评论

暂无评论...
验证码 换一张
取 消