随笔分类 -  Android

1
摘要:https://jingyan.baidu.com/article/a501d80c16d2a0ec620f5e43.html 阅读全文
posted @ 2018-05-14 13:50 1161588342 阅读(62) 评论(0) 推荐(0)
Android bitmap转byte
摘要:逆转start协议输出 阅读全文
posted @ 2018-03-12 16:40 1161588342 阅读(958) 评论(0) 推荐(0)
Android 获取图片转bitmap
摘要:1、 Resources resources = mContext.getResources(); Drawable drawable = resources.getDrawable(R.drawable.a); imageview.setBackground(drawable); 2、 Resou 阅读全文
posted @ 2018-03-12 14:04 1161588342 阅读(1753) 评论(0) 推荐(0)