| Package | Description |
|---|---|
| com.hannesdorfmann.httpkit.image |
| Modifier and Type | Class and Description |
|---|---|
class |
CircleCropHttpImageView |
class |
ColorFadeableHttpImageView
This image view can change his drawable by crossfading from a
color(placeholder) to a loaded bitmap.
|
class |
FadeableHttpImageView
This image view can change his drawable by crossfading.
|
class |
PicassoFadeableHttpImageView
Deprecated.
|
class |
SimpleHttpImageView
A simple
HttpImageView that does nothing special. |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpImageLoader.load(HttpImageView imageView,
HttpRequest request,
HttpKit httpKit) |
static void |
HttpImageLoader.load(HttpImageView imageView,
HttpRequest request,
HttpKit httpKit,
HttpImageLoader.HttpImageLoaderListener listener)
This executes / starts the loading process.
|
void |
HttpImageLoader.HttpImageLoaderListener.onFailure(HttpImageView imageView,
HttpRequest request,
Exception e,
boolean isForImageView)
This method gets called, when an error has occurred while loading an
image.
|
void |
HttpImageLoader.HttpImageLoaderListener.onSuccess(HttpImageView imageView,
HttpResponse<android.graphics.Bitmap> response,
boolean isForImageView)
Called, when the image resource (bitmap) has been loaded successfully
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.