Hi all,
I can read that the rest services support 'off line'. I'm just wondering if we have to manage this or if it is all pre-programmed.
I understand that the get, put, delete will be queued when offline and then process when online.
But what about the GET ? Do we have to 'pre-populate' local storage with data we are going to use ?
In my case, after login, users receive their work for the day from a database (basicaly, they receive addresses of client to visit, max of 10 client).
When they arrive at their client, they have to enter certain information associated to that client. All that is extract from a mySql server and is suppose to be updated live via their phone.
All the services , mapping, screens are done and all is working but I access directly my data and I don't know if it's a good strategy or if I'd better access my data and then create local storage and then map from that local storage.
Well, if someone could point me in the best strategy, it would be greatly appreciated.
Thanks
Sylvain