Hi everybody,think I need your help...
I 've got an app that asks tha server for some information, then the
server queries a database and responses the client with the required
data. I would like to take my app offline, so my client now uses
Gears:has a local database synchronized with server's database, so,
when my app goes offline uses the local database and the app is able
to show the information requested.
That OK but, I want the user not to even realize that the app is
working offline when disconnected. I mean, when disconnected I want
the same page look that when connected, not only getting requested
data, I want the same colors, images, banners that appear when
online...Is it possible to capture in a Resource Store server's
response and then, when offline, query my local database and
automatically modify captured file with the new information to show?
Is there any other way to do that?
Thanks