OnLine - OffLine System

Hi All

Im trying to incorporate an On-Line / Off-Line system into the app whereby if the person using the app gets disconnected for whatever reason they can still continue using the app.

What I have so far is that

A: the operator saves his data to a csv file

Another user only editing the list item, and not deleting it.

Sorry, I don’t understand. It’s not possible for another user to edit the list as the list resides on the user phone. Not on the server? Do I understand you???. I think not…

Instead of using CSV file, you can store the items to be uploaded into tinydb. When network deteaced , after uploading all items then we can clear the tinydb

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.