摘要: System.out.println(TextUtils.isEmpty(null)); System.out.println(TextUtils.isEmpty("")); 阅读全文
posted @ 2016-03-21 17:12 wikiki 阅读(174) 评论(0) 推荐(0) 编辑
摘要: JSONArray ja = new JSONArray(); ja.put("11"); ja.put("22"); ja.put("33"); JSONArray ja2 = new JSONArray(); ja2.put("aa"); ja2.put(... 阅读全文
posted @ 2016-03-21 17:10 wikiki 阅读(176) 评论(0) 推荐(0) 编辑
摘要: /** * 生成随机文件名:当前年月日时分秒+五位随机数 * * @return */ public static String getRandomFileName() { SimpleDateFormat simpleDateFormat; simpleDateFormat =... 阅读全文
posted @ 2016-03-21 15:38 wikiki 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: //android把图片文件添加到相册 public static ContentValues getImageContentValues(Context paramContext, File paramFile, long paramLong) { ContentValues localConte 阅读全文
posted @ 2016-03-21 15:37 wikiki 阅读(9090) 评论(0) 推荐(0) 编辑
摘要: //横竖屏切换 阅读全文
posted @ 2016-03-21 14:40 wikiki 阅读(752) 评论(0) 推荐(0) 编辑