android - Changing Image on Image View on click -


change image on image view when click on next , prev button , image coming url.

i have try change image below method not changing image.

  imageloader.displayimage(img[0], imgproperty); 

imgproperty imageview , img[0] having url , displayimage method of lazy loading imagloader class.

please me how can change image view image on click.

enter image description here

first, make sure img[0] refer image's url.

and use imageloader.displayimage method instead of imageloader.displayimage (capital d)


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -