Hi All,
I want to load an image from url, show them for fix interval and then show the next image again from another url. I tried doing this but the imageview does not show anything.
What i did is created a timer and in the timer i call a timertask which pulls the image from a url and places it in the imageview. The string which has url is changed dynamically so every time a new url is generated and the image is pulled from that url in the timertask. But the imageview doesnot show anything. It remains blank. I checked the url string and the string is correct.
This only happens when i loop the images. If i call a single image using one imageurl and if i dont loop it using timer or anything else it works fine. So the method that pulls the image is also correct.
Guys i am a complete newbie to andriod so please help if any ideas.





