菜单和上下文菜单之间的区别以及它们的创建步骤

发布于 2024-11-29 21:43:50 字数 95 浏览 1 评论 0原文

菜单和上下文菜单有什么区别?他们如何在 android 中创建,菜单包括编辑、删除、复制和 android 中的许多其他选项。在这里,通过在创建上下文菜单和菜单期间使用列表项。

What is the difference between Menu and Context Menu? How they are creating in android, menu including edit, delete, copy and many other option in android. here, by using list items during creating context menu and menu.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽容 2024-12-06 21:43:50

菜单共有三种类型

  • 选项菜单(如果您单击硬件菜单按钮,您的选项菜单将发挥作用)
  • 上下文菜单(如果您长按列表视图中的任何列表项(您的上下文菜单将发挥作用,我们必须注册上下文菜单工作)
  • 子菜单

There are three types of Menus

  • Option Menu (If you click on Hardware Menu button your option menu will come into play)
  • Context Menu (If you long click on any list item in list view (your context menu will come into play we have to register context menu to work)
  • SubMenu
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文