A B C D E F G H I L N O P Q R S T U V W

L

loadImage(ImageView, String) - Method in class com.xtremelabs.imageutils.AbstractImageLoader
Loads the image located at the provided URI into the provided ImageView.

If the URI is referring to a location on the web, the image will be cached both on disk and in memory.
loadImage(ImageView, String, AbstractImageLoader.Options) - Method in class com.xtremelabs.imageutils.AbstractImageLoader
This call is identical to AbstractImageLoader.loadImage(ImageView, String), only it allows the developer to provide custom options for the request.
loadImage(ImageView, String, AbstractImageLoader.Options, ImageLoaderListener) - Method in class com.xtremelabs.imageutils.AbstractImageLoader
Loads the image located at the provided URI.
loadImageFromResource(ImageView, int) - Method in class com.xtremelabs.imageutils.AbstractImageLoader
This method will load the selected resource into the ImageView and cancel any previous requests that have been made to the ImageView.
loadStreamToFile(InputStream, String) - Method in class com.xtremelabs.imageutils.DiskManager
 

A B C D E F G H I L N O P Q R S T U V W