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.
我想知道如何SQflite在没有网络的情况下保存数据,然后将其发送到服务器。
SQflite
当网络存在并且用户执行操作时,我想将其发送到服务器。当没有任何网络时,我要发送的数据应该保存到SQflite DB,然后在网络恢复后推送。
SQflite DB
您可以使用连接包。sqflite 也有很多教程。