[FREE] Async Image Loader Extension - Simple asynchronous image loader with circular image

If I cache an image from internet, does that mean if the internet is disconnected, tihe image can still be loaded? What is the goodness of caching?

Yes, avoiding unnecessary reloading of images.

It's obvious that you don't have to load the images every time, if it was already loaded and cached before internet disconnects then it will use the cached images to show. Otherwise error image can be shown in case loading fails or internet disconnects.

1 Like