Package | Description |
---|---|
com.nostra13.universalimageloader.core |
Modifier and Type | Method and Description |
---|---|
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options,
ImageLoadingListener listener,
ImageLoadingProgressListener progressListener)
Adds display image task to execution pool.
|
void |
ImageLoader.displayImage(String uri,
android.widget.ImageView imageView,
DisplayImageOptions options,
ImageLoadingListener listener,
ImageLoadingProgressListener progressListener)
Adds display image task to execution pool.
|
void |
ImageLoader.loadImage(String uri,
ImageSize targetImageSize,
DisplayImageOptions options,
ImageLoadingListener listener,
ImageLoadingProgressListener progressListener)
Adds load image task to execution pool.
|
Copyright © 2011-2015. All Rights Reserved.