摘要: 1.Bitmap转换为图片字符串Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher);ByteArrayOutputStream outputStream = new ByteArra... 阅读全文
posted @ 2014-06-20 13:59 大川祥子 阅读(5698) 评论(0) 推荐(0) 编辑
摘要: 打开系统相册获取图片并截取,代码相对简单 1 Intent intent = new Intent(Intent.ACTION_GET_CONTENT,null); 2 intent.setType("image/*"); 3 intent.putExtra("cro... 阅读全文
posted @ 2014-06-20 13:45 大川祥子 阅读(2329) 评论(0) 推荐(1) 编辑