public interface IconLoader
extends android.os.Parcelable
TargetActivity icons.| Modifier and Type | Method and Description |
|---|---|
void |
cancel(android.widget.ImageView imageView)
Called when the icon doesn't need to be loaded anymore.
|
void |
load(android.net.Uri iconUri,
android.widget.ImageView imageView)
Called when the icon should be load into the imageView.
|
void load(android.net.Uri iconUri,
android.widget.ImageView imageView)
cancel(ImageView)iconUri - uri of the icon to load.imageView - image view in which the icon should be loaded.void cancel(android.widget.ImageView imageView)
load(Uri, ImageView)imageView - image view for which the async loading should be canceled.