
android
paul_zhang0932
这个作者很懒,什么都没留下…
展开
-
android 读写txt文件
写了两个函数,发现调用时老是异常,原来是openFileOutput 方法必须在Activity中调用。所以一下两个函数都必须在Activity中调用。原创 2016-04-28 20:35:29 · 744 阅读 · 0 评论 -
android 二进制流保存为bmp文件
博文转自http://blog.youkuaiyun.com/zhaokaidong3/article/details/7776238, 另外要补充的是:不同的图片读取像素可能不同,要根据自己需要的像素进行提取,因此函数 private byte[] addBMP_RGB_888(int[] b,int w, int h)需要更改。注意,调色表可有可无,以下代码中没有调色表。 一般来说bmp图片由14byt原创 2016-05-07 13:39:02 · 3977 阅读 · 0 评论 -
android Bitmap用法总结
搜集来的好资料,先和大家共享 来源:http://www.cnblogs.com/rongxh7/archive/2011/05/09/2041517.html android Bitmap用法总结 Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 1、Drawable → Bitmap pu转载 2016-03-06 22:14:17 · 382 阅读 · 0 评论