Hi there,
at the moment i'm developing a multiplatform application which queries data via XDataClient on a XDataServer (Running as Service under Windows).
Especially for Android, but basically for all clients, an "offline" mode is to be implemented now. At the moment the client calls the server in this way:
XDataClient.Uri := 'http://myserver:yyyy/...'
XDataClient.Service<IMyService>.giveToMe(...)
My idea now would be, if the Uri is not available, to simply replace it with "http://localhost:xxxx/...". To do this I logically need local data which is synchronized and more important: A rest server...
XData Server is a module for Sparkle = Windows only...
Any Ideas?
Greeting, Kai