public class ImageDownloader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageDownloader.Listener
Interface for callbacks related to image downloader
|
| Constructor and Description |
|---|
ImageDownloader() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(java.lang.String url,
ImageDownloader.Listener listener)
Load image
|
public void load(java.lang.String url,
ImageDownloader.Listener listener)
url - valid urllistener - valid listener