使用Glide以及OkHttp集成
1、glide的使用:
添加依赖:
- compile 'com.github.bumptech.glide:glide:3.7.0'
调用代码:
- ImageView imageView = (ImageView) findViewById(R.id.my_image_view);
- Glide.with(this).load("http://goo.gl/gEgYUd").into(imageView);
2、添加OKHttp3集成:
- compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
- compile 'com.squareup.okhttp3:okhttp:3.1.2'
3、出现的问题
- You must not call setTag() on a view Glide is targeting
解决方案:把seTag调用改为setTag(key,Object)调用:
- ImageView.setTag(R.id.ImagViewId,saveObject);
参考:http://blog.csdn.NET/kyleceshen/article/details/49806267
https://github.com/bumptech/glide
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步