03-14-2012 08:44 AM
Hi ,
I have created webwork application and I want to implement application level caching .
Is there any way to implement caching ?
We can use <feature id="blackberry.widgetcache" /> to check cache but we can't cache the application using this API.
Please help me on this ...
Thanks,
Faster Fene
03-14-2012 06:40 PM - edited 03-14-2012 06:42 PM
If you are supporting Webkit only devices (BB 6, BB 7 and PlayBook), use ApplicationCache instead.
Here is a resource to get you started:
http://www.html5rocks.com/en/tutorials/appcache/be
If you support BB 6, note the following:
Support for Application Cache on BlackBerry Smartphones starts with 6.0.0.418
03-20-2012 12:04 PM
Hi,
Thanks for your response.
I am developing application compatible with OS 5.0 + devices ..
Is there any API's provided to cache the webwork application pages ?
Thanks,
Faster Fene
03-20-2012 05:37 PM
05-02-2012 12:40 PM
How can I achive this functionallity using HD card?