我尝试过Picaso库,但它没有显示gif图像。我正在用json获取图像。 我尝试了以下代码: -
Picasso.with(mContext).load( stationWithState.station.getLogo()).transform(transformation).placeholder(R.drawable.ic_launcher).into(viewHolder.stationImageView[i]);
请帮帮我?
答案 0 :(得分:1)
在谷歌之后我找到了一个有助于从json link显示gif图像的库
Ion.with(viewHolder.stationImageView[i])
.placeholder(R.drawable.ic_launcher)
.error(R.drawable.ic_launcher)
.fitCenter()
.load(stationWithState.station.getLogo());
答案 1 :(得分:0)
ImageView iv =(ImageView)findViewById(R.id.iv);
GlideApp.with(本).load(" YOUR_URL&#34)。到(IV);
使用Glide