如何在 Android 模拟器中使用后退按钮
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用数据库覆盖要返回的活动的 onresume
you need to override the onresume of the activity you are returning to with your database