Android.Widget.SimpleAdapter.SetViewImage Method
Called by bindView() to set the image for an ImageView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to an ImageView.

Syntax

[Android.Runtime.Register("setViewImage", "(Landroid/widget/ImageView;I)V", "GetSetViewImage_Landroid_widget_ImageView_IHandler")]
public virtual void SetViewImage (ImageView v, int value)

See Also

SimpleAdapter.SetViewImage(ImageView, System.String)

Parameters

v
ImageView to receive an image
value
the value retrieved from the data set

Remarks

Called by bindView() to set the image for an ImageView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to an ImageView. This method is called instead of SimpleAdapter.SetViewImage(ImageView, System.String) if the supplied data is an int or Integer.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1