actionscript 3 - Which method is better for offline storage in flex -
i working in mobile application in need store data in offline. i've searched in web , found 3 methods store data offline.
shared object
sqllite database
store in binary file
now, know method offline storage in flex. if store large data video, audio , text in offline storage.
and why method better storing data?
i not used shared object, can tell use of each options
- shared object used store data object.
- sqllite database used storing textual data.
- binary file is more useful because performs , store large amount of data.
Comments
Post a Comment