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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top