Binpress components2012-11-13T17:35:47+00:00Zend_Feed_Writerhttp://www.binpress.comBinpresscontact@binpress.comhttp://www.binpress.com2012-11-13T17:35:47+00:002012-11-13T17:35:47+00:00http://www.binpress.com/app/asynchronous-image-caching-view/1187Douglas Cobb Consultingnoreply@binpress.comhttp://www.binpress.comdev/profile/15996AsyncronousImageView is a subclass of imageView that allows you to load and cache an image from a URL to use.AsyncronousImageView allows easy downloading and caching of image data for display in that image view.This component provides three separate parts:AsyncronousImageView (Interfaces with the ImageLoader to display a temporary image while the image loader gets the image data for the URL)ImageLoader (Handles checking the cache to see if it has any existing data for that URL, downloading the image from that URL if there is none in the cache, and processing that image data)DiskCacheManager (Takes care of managing the size of the cache, reading and writing from the cache, also handles removing data once it has expired)All of these parts can be used directly i.e.Use the AsyncronousImageView to display remote images, or the ImageLoader to get Image Data, and the DiskCacheManager to cache/retrieve data for a URLComplete Source Code Included