Hi,
How can I build an offline app which will have offline data but sync with online app when connected?
What are the available options for both online and offline?
Kindly advice..
Thanks,
Jassim
Hi,
How can I build an offline app which will have offline data but sync with online app when connected?
What are the available options for both online and offline?
Kindly advice..
Thanks,
Jassim
Offline option is propably a database. Like SqlLite.
Online is probably a webService which it will save data into another database like MySql or SqlServer
I found a similar thread in the SO, Cosmos DB do not support the offline DB https://stackoverflow.com/a/51160202/10627299
13 people are following this question.