从选项卡活动内部打开另一个活动

发布于 2024-12-17 17:24:00 字数 111 浏览 1 评论 0原文

我创建了一个选项卡式应用程序,其中有三个选项卡。 在第一个活动中,我打开一个名为 Home.class 的类,在 Home.class 中,我想启动另一个应该在该选项卡本身中打开的活动(是否可能)。 请帮忙。

I created a tabbed application in which I have three tabs.
In the first activity I am opening a class named Home.class and inside the Home.class I want to start another activity that should open in that tab itself is it possible.
Please help.

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

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

发布评论

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

评论(3

单身情人 2024-12-24 17:24:00

ActivityGroup 已弃用,尝试使用 片段FragmentManager

ActivityGroup is deprecated, try to use Fragment and FragmentManager

泪冰清 2024-12-24 17:24:00

要在一个选项卡中启动多个 Activity,您需要使用 ActivityGroup 扩展选项卡。当你开始新的 Activity 时,你需要使用 startChildActivity

To start multiple Activity in one tab, you need to extend your tab with ActivityGroup. and when are you starting new Activity you need to use startChildActivity

笑咖 2024-12-24 17:24:00

在 TabHost 中使用 Android ActivityGroup 来显示不同的 Activity

Use Android ActivityGroup within TabHost to show different Activity

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