I am developing a form based app in which I wish to store the forms when I am in offline mode and online mode. When user will be offline it will automatically send the data to server whenever it will get internet connection.
I have implemented and tested my api but how to sync the data according to internet connectivity is going over my head. Can someone suggest proper solution.
Is it something related to syncadapter? If I will use cloud ant i.e DBaaS for database , will it be a good choice for me?
Please forward me some code snippets
Thanks in advance