摘要:
System.out.println(TextUtils.isEmpty(null)); System.out.println(TextUtils.isEmpty("")); 阅读全文
摘要:
JSONArray ja = new JSONArray(); ja.put("11"); ja.put("22"); ja.put("33"); JSONArray ja2 = new JSONArray(); ja2.put("aa"); ja2.put(... 阅读全文
摘要:
/** * 生成随机文件名:当前年月日时分秒+五位随机数 * * @return */ public static String getRandomFileName() { SimpleDateFormat simpleDateFormat; simpleDateFormat =... 阅读全文
摘要:
//android把图片文件添加到相册 public static ContentValues getImageContentValues(Context paramContext, File paramFile, long paramLong) { ContentValues localConte 阅读全文
摘要:
//横竖屏切换 阅读全文