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还是可以以更简单的方式进行?
SQLite
我应该以什么方式将其与云同步?有没有可用的谷歌解决方案?
谷歌为此提供了备份服务。详情请看以下网址:
http://developer.android.com/guide/topics/data/backup.html