Hi,
1) yes that it easily possible.
Have a look at the storage API:
http://manual.qooxdoo.org/2.1/pages/website/storage.html
2) As the app runs in a browser, the mobile browser should handle this. I do
not think that you have to cache image by yourself.
If you want to reduce the amount of re
If possible I want to do two things in my mobile applications:
1) cache some data (e. g. json strings) between app launches. What is the
best approach to do this (use cookies, html5 local storage, some qooxdoo
classes)?
2) cache jpeg/png images between launches to save some traffic. Is it
possible