Ejemplo n.º 1
0
 public static void SetUrlDrawable(this ImageView imageView, string url, Drawable defaultDrawable, IUrlImageViewCallback callback)
 {
     UrlImageViewHelper.SetUrlDrawable(imageView, url, defaultDrawable, callback);
 }
Ejemplo n.º 2
0
 public static void SetUrlDrawable(this ImageView imageView, string url, Drawable defaultDrawable, long cacheDurationMs)
 {
     UrlImageViewHelper.SetUrlDrawable(imageView, url, defaultDrawable, cacheDurationMs);
 }
Ejemplo n.º 3
0
 public static void SetUrlDrawable(this ImageView imageView, string url)
 {
     UrlImageViewHelper.SetUrlDrawable(imageView, url);
 }
Ejemplo n.º 4
0
 public static void SetUrlDrawable(this ImageView imageView, string url, Drawable defaultDrawable)
 {
     UrlImageViewHelper.SetUrlDrawable(imageView, url, defaultDrawable);
 }
Ejemplo n.º 5
0
 public static void SetUrlDrawable(this ImageView imageView, string url, int defaultResource)
 {
     UrlImageViewHelper.SetUrlDrawable(imageView, url, defaultResource);
 }