在 TabHost 中的视图之间导航

发布于 2024-12-21 11:29:57 字数 216 浏览 2 评论 0原文

我的应用程序基于 TabWidget;在 TabHost 中,我有一个显示一些产品图片的活动 (ProductsActivity)。点击图片,我想显示同一 tabHost 中保留的所选产品的详细信息(通过另一个活动 ProductDetailActivity)。在同一选项卡中的产品列表和详细信息之间来回导航的正确方法是什么?

通过调用 startActivity,新活动不在 TabWidget 中。

My application is based on a TabWidget; in a TabHost I have an Activity (ProductsActivity) showing some products pictures. Tapping on a picture I want to show the detail for the selected product (through another activity, ProductDetailActivity) remaining in the same tabHost. What is the correct way for navigate back and forth between the product list and details in the same tab?

By calling startActivity the new activity is not in the TabWidget.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文