public class HttpImageLoader extends Object
PicassoFadeableHttpImageView| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpImageLoader.HttpImageLoaderListener
A simple observer / listener to get information about the image loading
process.
|
| Constructor and Description |
|---|
HttpImageLoader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load(HttpImageView imageView,
HttpRequest request,
HttpKit httpKit) |
static void |
load(HttpImageView imageView,
HttpRequest request,
HttpKit httpKit,
HttpImageLoader.HttpImageLoaderListener listener)
This executes / starts the loading process.
|
public static void load(HttpImageView imageView, HttpRequest request, HttpKit httpKit, HttpImageLoader.HttpImageLoaderListener listener)
imageView - request - httpKit - listener - public static void load(HttpImageView imageView, HttpRequest request, HttpKit httpKit)
Copyright © 2015 Hannes Dorfmann. All rights reserved.