Question

I am Using Worklight 6.0 to create a cross platform Application. I want to create a DB in Android(SQLlite) to store my app data so that everytime I do not have to connect to the Worklight Server to retrieve my App Data.

Say an image of my company has to be stored in the local directory so that next time I load my application it has check only if the data is modified, if not then, display the image directly from the local directory.

Was it helpful?

Solution

I'm not sure what your use case is, but storing data locally is exactly what JSONStore does. And it's cross-platform, so you don't have to worry about reimplementing native functionality on each type of device you want your application to run on.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top