2
My doubt is the following, I am developing an application that has an access to a Webservice, however I think it is important to save some internal data in the application, as for example, if the guy logs in but has no internet it disables the application, so I need to make sure that when the guy has it online he takes all the new information on Webservice and adds it on Sqlite, but I also need it when it goes online if there are new things on Sqlite he updates on Webservice.
An example to understand, it has a list of students of computer course, and I make the call through an application through Webservice, only that the internet has dropped, but I still need to make the call, ok. I made the call, but when I’m on the Internet, I need that call to be sent to the Webservice server so the school owners can see. (It’s just an example).
How to do this ? Is there a tutorial that teaches me something like this ? What direction of study do I need to go to do this ? What methods ?
Hmm, so I must study more about the pool and the possibilities of sqlite ?
– Renan Rodrigues