2016年6月17日
摘要: import android.app.Activity; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.view... 阅读全文
posted @ 2016-06-17 15:19 —落落— 阅读(7137) 评论(0) 推荐(0)
摘要: 1 public String bitmaptoString(Bitmap bitmap) { 2 3 4 5 // 将Bitmap转换成字符串 6 7 String string = null; 8 9 ByteArrayOutputStream bStream = new ByteAr... 阅读全文
posted @ 2016-06-17 09:43 —落落— 阅读(1568) 评论(0) 推荐(0)