摘要: 1.SharedPreferencesUtils 引导页一般用来保存打开记录 2. SDcardHelper 3.SqliteDbhelper 配合bean文件,dao一直使用 阅读全文
posted @ 2016-12-03 19:22 咖喱不见不散啊 阅读(279) 评论(0) 推荐(0)
摘要: public static void getFileName(File[] files) { String address=""; if (files != null)// 先判断目录是否为空,否则会报空指针 { for (File file : files) { if (file.i... 阅读全文
posted @ 2016-12-03 19:09 咖喱不见不散啊 阅读(743) 评论(0) 推荐(0)
摘要: private void screenshot() { // 获取屏幕 View dView = getWindow().getDecorView(); dView.setDrawingCacheEnabled(true); dView.buildDrawingCache(); Bitm... 阅读全文
posted @ 2016-12-03 15:26 咖喱不见不散啊 阅读(209) 评论(0) 推荐(0)
摘要: try { if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) { File sdCardDir = Environment.getExternalStorageDirectory();//获取SDCard目录,2.2的时候为:/mnt/... 阅读全文
posted @ 2016-12-03 14:47 咖喱不见不散啊 阅读(358) 评论(0) 推荐(0)