摘要: 对于像这样一个xml文件:<?xml version="1.0" encoding="UTF-8"?><level> <begin x="80" y="415" /> <end x="720" y="415" /> <walls count="3"> <wall left="195" top="130" right="201" bo 阅读全文
posted @ 2011-10-02 10:24 李书淦 阅读(5222) 评论(0) 推荐(0) 编辑
摘要: try { FileOutputStream out = new FileOutputStream("/sdcard/pp.png"); CU.BG_BMP.compress(Bitmap.CompressFormat.PNG, 90, out); } catch (Exception e) { e.printStackTrace(); }记得要加上 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission> 阅读全文
posted @ 2011-10-02 10:14 李书淦 阅读(318) 评论(0) 推荐(0) 编辑