C# Class MonoDroidToolkit.ImageLoader

Afficher le fichier Open project: jamesmontemagno/MonoDroidToolkit Class Usage Examples

Méthodes publiques

Méthode Description
ClearCache ( ) : void
ClearFileCache ( ) : void
CopyStream ( Stream inputStream, OutputStream os ) : void
DisplayImage ( string url, ImageView imageView, int defaultResourceId ) : void
ImageLoader ( Android.Content.Context context, int scale = 64, int maxImages ) : System
LoadPhoto ( object param ) : void
QueueImage ( string url, ImageView imageView ) : void

Private Methods

Méthode Description
BitmapDisplayer ( Android.Graphics.Bitmap bitmap, PhotoToLoad photoToLoad ) : void
DecodeFile ( Java.IO.File file, int requiredSize ) : Android.Graphics.Bitmap
GetBitmap ( string url ) : Android.Graphics.Bitmap
ImageViewReused ( PhotoToLoad photoToLoad ) : bool

Method Details

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

ClearFileCache() public méthode

public ClearFileCache ( ) : void
Résultat void

CopyStream() public static méthode

public static CopyStream ( Stream inputStream, OutputStream os ) : void
inputStream Stream
os OutputStream
Résultat void

DisplayImage() public méthode

public DisplayImage ( string url, ImageView imageView, int defaultResourceId ) : void
url string
imageView ImageView
defaultResourceId int
Résultat void

ImageLoader() public méthode

public ImageLoader ( Android.Content.Context context, int scale = 64, int maxImages ) : System
context Android.Content.Context
scale int
maxImages int
Résultat System

LoadPhoto() public méthode

public LoadPhoto ( object param ) : void
param object
Résultat void

QueueImage() public méthode

public QueueImage ( string url, ImageView imageView ) : void
url string
imageView ImageView
Résultat void