android sqlite bidirectional synchronization sqlite
问题 I need to sync my Android SQLite DB with my cloud-server DB, and doing it in a bi-directional way in a multiuser environment. I have found and introduction to the solution here but I would like to read about a better solution/algorithm. 回答1: Can you use Oracle Database as your server-side DB? If so, you should consider Oracle Database Lite, which includes a full synchronization solution that is compatible with SQLite and Android, and was designed for multi-user environments. It supports