gpt4 book ai didi

android - 如何使 Xamarin Android App onResume 到上一个屏幕?

转载 作者:行者123 更新时间:2023-11-29 19:32:01 25 4
gpt4 key购买 nike

当我按下“主页按钮”时,它会将应用程序置于后台(按预期暂停),然后当我再次打开该应用程序时,它会打开主屏幕而不是 < strong>上一个屏幕。这也会影响“后退按钮”创建多个 Main Screen 的堆栈。有什么想法吗?

最佳答案

我强烈推荐阅读 Tasks and Back Stack因为有许多不同的用例。您很可能对此处的 android:launchMode 感兴趣,因为有四种不同的模式将在您的 Intent 中工作。

android:launchMode documentation

在 Google Play 商店中有一个很好的演示:

https://play.google.com/store/apps/details?id=com.novoda.demos.activitylaunchmode&hl=en

如果有的话,您需要使用 singleInstance 标记 Activity:

Same as "singleTask", except that the system doesn't launch any other activities into the task holding the instance. The activity is always the single and only member of its task.

关于android - 如何使 Xamarin Android App onResume 到上一个屏幕?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39774228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com