首页

搜索结果

"category:/Mobile"

<<上篇 1 2

标题及摘要 日期/时间
21
Android压缩图片到100K以下并保持不失真的高效方法 - feicien的博客 - eoe移动开发者社区
1.获取原始图片的长和宽 1 2 3 4 5 BitmapFactory.Options options = new BitmapFactory.Options(); options.inJustDecodeBounds = ...
2013-5-9
9:29:00
22
Android 调用系统拍照 笔记 - 会说话的哑巴的个人页面 - 开源中国社区
用以上代码碰到的问题: 在MIUI下无法取到照片数据,跟踪发现data.getExtras()为空,之后使用BitmapFactory.decodeFile()方法解决; 手机上测试没有保存图片,跟踪发现data为null,继续Google,找到以下代码 1 Intent intent =newIntent(android.provider.MediaStore.ACTION_IMAGE_CA...
2013-5-9
9:24:00
23
Android Debug Bridge | Android Developers
Note:When you connect a device running Android 4.2.2 or higher to your computer, the system shows a dialog asking whether to accept an RSA key that allows debugging through this computer. This security mechanism protects user devices because it ensures th...
2013-4-23
11:15:00

<<上篇 1 2