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 开源代码

posted @ 2014-12-28 22:10  星辰之力  阅读(243)  评论(0编辑  收藏  举报