摘要: packagecom.soai.imdemo;importjava.io.ByteArrayInputStream;importjava.io.ByteArrayOutputStream;importjava.io.InputStream;importandroid.graphics.Bitmap;... 阅读全文
posted @ 2015-04-07 21:45 壮汉请留步 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1234567891011121314//获取屏幕的宽度public static int getScreenWidth(Context context) {WindowManager manager = (WindowManager) context.getSystemService(Contex... 阅读全文
posted @ 2015-04-07 19:23 壮汉请留步 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 一. intent 来传递数据(系统提供的方便方法)通过intent.putExtra把常用的基本类型给放置进来intent.putExtra(name, boolean);intent.putExtra(name, long);intent.putExtra(name, short);intent... 阅读全文
posted @ 2015-04-07 15:34 壮汉请留步 阅读(385) 评论(0) 推荐(0) 编辑