标签:
调用代码:
SmartImageView siv = (SmartImageView) findViewById(R.id.siv);
siv.setImageUrl(et_path.getText().toString().trim(),R.drawable.iclaunch,R.drawable.iclaunch);//参数分别为图片URL地址,加载失败时显示的图片,加载过程中显示的图片
开源代码查找方法:
在百度搜索栏中输入:csdn github android 开源代码
标签:
原文地址:http://www.cnblogs.com/zhujiabin/p/4190720.html