i am using following code to display remote image with next and previous buttons. clicking on next and previous buttons two or three times it does not show image next image. and
The problem maybe with the resolution/size of images you are trying to download and set in your image view.
The image at this url
http://www.wallpaperez.net/wallpaper/car/Lamborghini-prototype-car-926.jpg
is 1920*1200 pixels which maybe just too big for the emulator. The code is working fine for other smaller pictures.