메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
public static CopyStream ( Stream inputStream, OutputStream os ) : void | ||
inputStream | Stream | |
os | OutputStream | |
리턴 | void |
public DisplayImage ( string url, ImageView imageView, int defaultResourceId ) : void | ||
url | string | |
imageView | ImageView | |
defaultResourceId | int | |
리턴 | void |
public ImageLoader ( Android.Content.Context context, int scale = 64, int maxImages ) : System | ||
context | Android.Content.Context | |
scale | int | |
maxImages | int | |
리턴 | System |
public QueueImage ( string url, ImageView imageView ) : void | ||
url | string | |
imageView | ImageView | |
리턴 | void |