How to cache web content for offline mode?
I'm developing a part of an app where application is supposed to read product-images and prices from online storage (website, which is to be built for this purpose only), make local storage of product-images and prices so that it could show the product-images and prices when it is offline. there will be a button; once it is pressed, its job is to synchronize the local cache. How could I implement this ? Any help would be highly appreciated. Thanks in advance. Rod Burns You can cache the bitmaps from a remote service using a Disk Cache, there is more information about how to do this on the