重用主要活动

发布于 2024-12-05 14:42:58 字数 99 浏览 0 评论 0原文

我有一项主要活动,我将从一项活动切换到 另一个..所以我不想每次都重新初始化..第一次之后 创建时,应该调用相同的活动而不必创建它 一遍又一遍..我该怎么做? #android新手

I have a main activity from where I will be switching from one activity to
another..So i don't want to re initialize every time..After the first time
of creation , the same activity should be called without having to create it
over and over again..how do I do this? #newbie-android

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

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

发布评论

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

评论(1

撩起发的微风 2024-12-12 14:42:58

您想要做的只是开始您的活动并通过将它们带到前台来在它们之间进行切换。您应该参考此问题以获取可能的解决方案。此文档可能也会有所帮助。

What you want to do is simply start both your activities and switch between them by bringing them to the foreground. You should refer to this question for a possible solution. This documentation might also help.

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