单击下一个图像视图时更改图像,上一个按钮和图像来自网址。
我尝试从下面的方法更改图像,但这不会改变图像。
imageLoader.displayImage(img[0], imgProperty);
imgProperty 是一个imageview, img [0] 有一个url,displayImage是Lazy加载Imagloader类的方法。
请帮助我如何在点击时更改图像视图图像。
答案 0 :(得分:0)
首先,请确保img[0]
引用图片的网址。
并使用imageLoader.displayImage
方法代替imageLoader.DisplayImage
(大写D)