Android smartimageview网络图片查看器

调用代码:

SmartImageView siv = (SmartImageView) findViewById(R.id.siv);
siv.setImageUrl(et_path.getText().toString().trim(),R.drawable.iclaunch,R.drawable.iclaunch);//参数分别为图片URL地址,加载失败时显示的图片,加载过程中显示的图片

开源代码查找方法:

在百度搜索栏中输入:csdn github android 开源代码

原文地址:https://www.cnblogs.com/zhujiabin/p/4190720.html