摘要: Android的搜索实现 阅读全文
posted @ 2013-05-22 16:22 大脚印 阅读(2618) 评论(0) 推荐(0) 编辑
摘要: 1、关于图片截取 1 // Launch picker to choose photo for selected contact 2 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); 3 intent.setType("image/*"); 4 intent.putExtra("crop", "true"); 5 intent.putExtra("aspectX",... 阅读全文
posted @ 2013-05-22 10:26 大脚印 阅读(352) 评论(0) 推荐(0) 编辑