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.
我有一个应用程序可以让用户制作“种类”类型的对象。在此对象中,有 id、日期或名称等字段。还有一个名为“bildid”的字段,其中包含手机上图像的路径。
所有这些数据都写入 SqlLite 数据库。让用户备份数据的最佳方式是什么?还有一些私人数据,最好在手机上备份。那么如何备份数据,尤其是我的图片的链接,它们可以在不同的手机上使用呢?
只需压缩整个 sql 数据库,让用户在 sdcard 上选择一个文件夹来保护它。