UrlImageViewHelper
Java
★ 3
updated 14y ago
⑂ fork
UrlImageViewHelper will fill an ImageView with an image that is found at a URL. UrlImageViewHelper will automatically download, save, and cache all the image urls the BitmapDrawables. Duplicate urls will not be loaded into memory twice. Bitmap memory is managed by using a weak reference hash table, so as soon as the image is no longer used by you, it will be garbage collected automatically.
No plain-English explanation yet — one is being written right now. Check back in a minute.