732003684

导航

2012年10月11日 #

【转】Android开发之SD卡上文件操作

摘要: http://mwga.net.blog.163.com/blog/static/106456728201131321029130/ 阅读全文

posted @ 2012-10-11 17:35 732003684 阅读(128) 评论(0) 推荐(0)

【转】Android中几种图像特效处理方法小结

摘要: 原文地址:http://www.androidmi.com/Androidkaifa/jinjie/201011/1788.html作者的联系方式:QQ:524509159Email:hoohbood@gmail.comTel:18666294230 阅读全文

posted @ 2012-10-11 15:59 732003684 阅读(101) 评论(0) 推荐(0)

TabHost

摘要: http://www.cnblogs.com/over140/archive/2011/03/02/1968042.html 阅读全文

posted @ 2012-10-11 14:50 732003684 阅读(94) 评论(0) 推荐(0)

打开读取相册照片

摘要: //参数声明private final static int PHOTO_REQUEST_GALLERY = 1;private final static int PHOTO_CROP = 2;//启动 IntentIntent intent = new Intent(Intent.ACTION_PICK, null); intent.setDataAndType( MediaStore.Images.Media.EXTERNAL_CONTENT_URI, "image/*"); startActivityForResult(intent, PHOTO_REQUEST_G. 阅读全文

posted @ 2012-10-11 12:18 732003684 阅读(342) 评论(0) 推荐(0)

拍照程序

摘要: http://menuz.iteye.com/blog/1284436http://www.oschina.net/question/163910_28762 阅读全文

posted @ 2012-10-11 10:36 732003684 阅读(165) 评论(0) 推荐(0)

设置edittext的hint位置

摘要: <EditText android:id="@+id/edt_content" android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="@string/suggestion_input" android:gravity="top|left" android:singleLine="false" android:padding=... 阅读全文

posted @ 2012-10-11 10:26 732003684 阅读(20306) 评论(0) 推荐(0)

另外一种写法的intent跳转

摘要: 另外一种写法的intent跳转-----------》针对数组类型的item 阅读全文

posted @ 2012-10-11 09:18 732003684 阅读(242) 评论(0) 推荐(0)