如何编写“立即同步”代码安卓上操作?
我的数据库有一个同步适配器,在应用程序使用的某些时刻,它现在需要同步数据库。我想触发同步适配器,就像它的同步时间弹出一样,然后重新建立同步时间(即,距此“立即同步”事件 4 小时)。
I have a sync adapter for my DB and at certain points in the application usage, it needs to sync the DB now. I would like to trigger the sync adapter as if its sync-time popped and then re-establish the sync time (i.e., 4 hours from this 'sync now" event).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为(未经测试)ContentResolver 中已经定义了更好的解决方案。
所以人们可能会执行以下操作:
I think (not tested) a better solution is already defined in the ContentResolver.
so one might do the following: