Android 菜单导航选项

发布于 2024-08-22 13:36:59 字数 176 浏览 4 评论 0原文

您能否让我知道在 Android 应用程序上处理导航的各种可能性或最佳选项。如果可能的话,示例链接将非常有帮助。它执行以下操作:

应用程序以闪屏启动。 启动屏幕最终显示以下选项:

  • 发布报价
  • 列出我的报价
  • 列出所有报价
  • 搜索报价

Can you please let me know on various possibilities or best options for handling navigation on android application. Links to sample will be very much helpful, if possible. Its to do the following:

Application starts with a splash screen.
The splash screen ends to display the following choices:

  • Post a Quote
  • List my Quotes
  • List all Quotes
  • Search for Quotes

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

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

发布评论

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

评论(2

爱,才寂寞 2024-08-29 13:36:59

Romain Guy 详细阐述关于您可以使用 ListView / GridView 做的一些事情

ListView 或 GridView 可能是我会做的。但是您当然可以创建自己的布局并在任何地方呈现自己的按钮。

Romain Guy elaborates on a few things you can do with ListView / GridView

A ListView or a GridView is probably how I would go. But you could of course create a layout of your own and render your own buttons just about wherever.

街道布景 2024-08-29 13:36:59

通常建议避免出现闪屏,而使用菜单功能
http://developer.android.com/guide/topics/ui/menus。 html

选择一个默认活动,该活动将是大多数用户将使用的活动(在您的情况下,我假设列出我的报价)。其余的活动可通过菜单进行。

It is generally recommended to avoid a splash screen and instead use the menu functionality
http://developer.android.com/guide/topics/ui/menus.html

Choose a default activity which will be the one most users will use (in your case I assume List My Quotes). The rest of the activities are available through the menu.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文