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.
我正在构建一个 android 项目,它创建一个 SQLite 数据库,在其中存储一些数据,一切都很好。
我需要我的应用程序将此数据与位于 PC 上的SQL 数据库服务器同步。问题是:
如果你必须与网络服务器同步检查这个
http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/
SQLite 没有用于与远程数据库同步的内置机制。不过,您完全有可能编写这样的机制。
可能有一些第三方解决方案可以帮助您;例如,看看Zumero。