I am Working in Mobile application In Which I need To store data in offline. I've searched in the web and found three methods to store data offline.
Shared Object
SQlLite Database
Store in Binary File
Now, I like to know that which method is good for offline storage in flex. If I like to store large data like video, audio and also text in offline storage.
And why is that method is better for storing data?
I was not much used shared object, But i can tell the use of each options