Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在线数据库,当我与它同步我的应用程序以查看真正的更新时,我必须返回上一个活动或打开另一个活动,然后在我处于活动状态时返回。有没有办法解决这个问题并在我进行同步后直接进入更新的活动(TextView)?
如果没有代码或不知道您的具体同步方式,我无法给出具体建议。但基本上,当您完成同步时,您只想再次调用初始化方法(更新 TextView 的方法)。