标签: java android image listview android-asynctask
单击按钮时,我只能使用AsyncTask从网站中提取1张图像;但是,我希望同时显示更多图像,它们可以自行显示而无需点击任何内容。 这是我的代码“
<Top><Out2>smith</Out2></Top>
答案 0 :(得分:0)
我相信您知道要下载的图片的网址
我建议您使用Picasso或Glide
毕加索:
> (= 'foo (first '(foo))) true > (= 'foo (first (list foo))) false > (= foo (first (list foo))) true
滑翔:
compile 'com.squareup.picasso:picasso:2.5.2' Picasso.with(context).load(url).into(imageView);