Uses of Class
com.github.ignition.support.images.remote.RemoteImageLoaderHandler

Packages that use RemoteImageLoaderHandler
com.github.ignition.support.images.remote   
 

Uses of RemoteImageLoaderHandler in com.github.ignition.support.images.remote
 

Methods in com.github.ignition.support.images.remote with parameters of type RemoteImageLoaderHandler
 void RemoteImageLoader.loadImage(String imageUrl, android.widget.ImageView imageView, android.graphics.drawable.Drawable dummyDrawable, RemoteImageLoaderHandler handler)
          Triggers the image loader for the given image and view.
 void RemoteImageLoader.loadImage(String imageUrl, android.widget.ImageView imageView, RemoteImageLoaderHandler handler)
          Triggers the image loader for the given image and view.
 

Constructors in com.github.ignition.support.images.remote with parameters of type RemoteImageLoaderHandler
RemoteImageLoaderJob(String imageUrl, RemoteImageLoaderHandler handler, ImageCache imageCache, int numRetries, int defaultBufferSize)
           
 



Copyright © 2012. All Rights Reserved.