1,介绍:
自定义控件,用来请求网络通过path路径返回一个Bitmap图片
2,完成方法:
【1】创建构造方法 三个参数 最后一个参数是样式。
【2】做一个对外暴露的方法 set或 get方法
【3】使用控件布局中先进行声明包名.类名
【4】声明获取对象。
//[1]找到view
CustomSmartImageView customSmartImageView = (CustomSmartImageView) findViewById(R.id.customSmartImageView1);
//[2]调用方法展示图片
customSmartImageView.setImageUrl("http://10.254.5.237:8080/tomcat.png");