android 展示网络图片

1.引入包

//加载网络图片
implementation 'com.github.bumptech.glide:glide:3.7.0'

2.展示图片

                         地址      控件
Glide.with(context).load(url).into(mine_img);

猜你喜欢

转载自blog.csdn.net/as425017946/article/details/82691497