Android数据从设备sqlite同步到服务器
在我的应用程序中,我有两个数据管理源,一个通过 Web 服务,另一个备用在设备本身的 SQLite 数据库中。在此,我想添加将数据从设备传输到服务器以及从服务器传输到设备(如果 Web 服务可用)的功能。请建议执行此实施的最佳方法是什么。
In my application, I have two data management sources, one through web services and another standby in SQLite database in the device itself. In this, I want to add the feature to transfer the data from the device to server and from server to device if the web services available. Please suggest what would be the best way to perform this implementation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 官方 Twitter 应用程序的作者 Virgil Doobjanschi 在 他在 2010 年 Google I/O 大会上关于 Android REST 客户端应用程序的演示。
Virgil Dobjanschi, author of the official Twitter app for Android, describes designing such data handling in his Google I/O 2010 presentation on Android REST client applications.