I wish to develop a worklight android app with IBM mobile database (soliddb) as backend which is installed and running in same android mobile/tablet, Please help me with some good URLs/ documentations for my reference.
Thanks
I wish to develop a worklight android app with IBM mobile database (soliddb) as backend which is installed and running in same android mobile/tablet, Please help me with some good URLs/ documentations for my reference.
Thanks
I have never heard of the IBM mobile database that you mention.
That said, from your comment it sounds like you may want to consider using IBM Worklight's JSONStore functionality instead, which provides exactly what you require (storing data, syncing).
JSONStore is a lightweight, document-oriented storage system included as a feature of IBM Worklight, and enables persistent storage of JSON documents. Documents in an application are available in JSONStore even when the device running the application is offline. This persistent, always-available storage can be useful for customers, employees, or partners, to give them access to documents when for example there is no network connection to the device.
Check out the training modules and sample projects here:
Additional documentation: