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-app 中创建一个导入/导出功能。我将来自 SQLite 数据库的数据存储在 XML 字符串中。我不想将其存储在 SD 卡上,而是将其上传到 Dropbox。...后来我想从 Dropbox 获取 XML 文件来恢复数据库。我怎样才能做到这一点?
Dropbox API 似乎有你想要的。看看吧!