tags:

views:

32

answers:

1

Hi Friends,

I'm trying to display several Images dynamically. After retrieving a url from xml parsing, I convert it to a Bitmap and loaded in image view using setImageBitmap in AsyncTask ,but current url image does not loaded but next url images loaded,whenever call next url,so i want to refresh or reload imageview in AsyncTask?.is it possible? possible please give code for me..

Thanks all

+1  A: 

You can use Droid-fu's WebImageView.

Macarse
@ i want to only ImageView,have any possible in image view? Thanks
sivaraj