android中如何返回标签页组?

发布于 2024-11-02 06:03:01 字数 286 浏览 1 评论 0原文

我的应用程序中有以下活动流程,

主要活动->标签组(包含三个选项卡,从第二个选项卡开始启动新活动)->活动 1 ->活动2->活动 3 .

当我在活动 3 中单击“完成”时,所有活动“活动 3”、“活动 2”、“活动 1”都需要完成,将我带回到选项卡组(突出显示 2 选项卡)。 如果启动 Activity2 时不需要完成 Activity1,我需要这三个活动处于活动状态,在单击“完成”按钮时,所有三个活动都需要关闭。

如果有人知道解决方案意味着帮助我。

谢谢。

i have the following flow of activity in my application,

Main actitvity->tag group(contain three tabs, from second tab going to launch new activity)- >Activity 1 - > Activity2 - > Activity 3 .

When i click finish in activity 3 , all the activity activity 3 , activity 2 , activity 1 need to be finished , bring back me to Tab group(highlighting 2 tab).
if don`t need to finish activity1 while launching activity2 , i need these three activity alive, while clicking finish button all three activity need to be closed.

If anyone know the solution means help me out.

Thanks.

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

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

发布评论

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

评论(1

羁绊已千年 2024-11-09 06:03:01

要在关闭活动 3 时完成活动 2 和 1,您可以使用结果启动活动 2 和 3,如果活动 3 结束,则返回到活动 2 的结果会通知它自行完成,并将结果发送给活动 1 来调用完成。

To finish Activity 2 and 1 when closing Activity 3 you could start Activity 2 and 3 with a result and if Activity 3 ends the result returned to Activity 2 informs it to finish itself and send Activity 1 the result to also call finish.

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