单击图像视图上的图像更改

时间:2014-11-14 09:46:39

标签: android imageview lazy-loading android-imageview android-lazyloading

单击下一个图像视图时更改图像,上一个按钮和图像来自网址。

我尝试从下面的方法更改图像,但这不会改变图像。

  imageLoader.displayImage(img[0], imgProperty);

imgProperty 是一个imageview, img [0] 有一个url,displayImage是Lazy加载Imagloader类的方法。

请帮助我如何在点击时更改图像视图图像。

enter image description here

1 个答案:

答案 0 :(得分:0)

首先,请确保img[0]引用图片的网址。

并使用imageLoader.displayImage方法代替imageLoader.DisplayImage(大写D)