TabHost:如何在另一个TabGroupActivity中启动一个activity
我的应用程序包含一个带有 3 个选项卡的 TabHost:
选项卡 1:活动 1、活动 2 ...
选项卡 2:活动 A、活动 B ...
我正在使用谷歌教程: http://developer.android.com/resources/tutorials/views/hello -tabwidget.html
当我在活动 B 中时,我想在单击按钮时启动活动 1。问题是该活动是在 Tab2 中启动的,而不是在 Tab1 中启动的。有想法在“好”选项卡中启动它吗?
My application contains a TabHost with 3 Tabs:
Tab 1: activity 1, activity 2 ...
Tab 2: activity A, activity B ...
I am using the google tutorial:
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html
When I am in activity B, I want to launch, when I click on a button, the activity 1. The problem is the activity is launched in Tab2 and not in Tab1. Any idea to launch it in the good tab?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论