07 2011 档案
Test 巨鲸Widget
摘要: 阅读全文
posted @ 2011-07-26 15:17 榆钱沽酒 阅读(274) 评论(0) 推荐(0) 编辑
在右上角添加menu
摘要:@Override public boolean onCreateOptionsMenu(Menu menu) { // TODO Auto-generated method stub MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.result_menu, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { // TODO Auto-generated method stub switc. 阅读全文
posted @ 2011-07-15 11:43 榆钱沽酒 阅读(2181) 评论(0) 推荐(0) 编辑
调用系统Gallery并返回选择的图片Url
摘要:private final static int LAUNCH_GALLERY = 3; //数字自定义 此处用来返回requestCode;在需要调用系统gallery的地方调用如下代码:Intent intent = new Intent(); intent.setType("image/*"); intent.setAction(Intent.ACTION_GET_CONTENT); startActivityForResult(Intent.createChooser(intent, "Select Picture"),LAUNCH_GALLER 阅读全文
posted @ 2011-07-15 11:18 榆钱沽酒 阅读(1259) 评论(1) 推荐(0) 编辑

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

点击右上角即可分享
微信分享提示