How can i reload imageview in thread?
I'm trying to display several Image开发者_运维问答s 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
You can use Droid-fu's WebImageView.
精彩评论