如何在 Android 模拟器中使用后退按钮

发布于 2024-11-06 18:09:31 字数 150 浏览 1 评论 0原文

我有 3 到 4 项活动。它从一项活动转移到另一项活动。如果我处于第二个活动,那么按模拟器的后退按钮后,应该打开第一个活动。也打开了 但问题是这两个活动都连接到数据库。如果一项活动发生任何变化,那么它也应该出现在其他活动中。

那么这里该怎么做才能在后退按钮中刷新活动呢?

I have 3 to 4 activities. It moves from 1 activity to another. If I am in 2nd activity then after pressing the back button of emulator it should be open the 1st activity. It opens also
but problem is both activities are connected to database. If in one activity any changes occur then it should appear in other activities.

So what to do here so that refresh of activity can be done in back button also?

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

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

发布评论

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

评论(1

So尛奶瓶 2024-11-13 18:09:31

您需要使用数据库覆盖要返回的活动的 onresume

you need to override the onresume of the activity you are returning to with your database

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