在 TabHost 中的视图之间导航
我的应用程序基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论