Android开发问题积累

在线Gif加载

解决办法

Glide完美解决

1
Glide.with(context).load(pic).placeholder(R.drawable.loading).into(imageView);

pic: url地址
R.drawable.loading: gif加载之前图片
imageView:目标imageview

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×