摘要: //使用Bitmap加Matrix来缩放 public static Drawable resizeImage(Bitmap bitmap, int w, int h) { Bitmap BitmapOrg = bitmap; int width =... 阅读全文
posted @ 2015-10-08 21:41 毕哥 阅读(183) 评论(0) 推荐(0) 编辑
摘要: networkImageView 设置图片的方法 (有效) imageView.setImageUrl("https://www.baidu.com/img/bd_logo1.png", imageLoader); (暂时无效的方法) /* imageLoader.get( ... 阅读全文
posted @ 2015-10-08 21:35 毕哥 阅读(269) 评论(0) 推荐(0) 编辑