摘要: private AssetFileDescriptor getFileForWord(String word) { 第一个参数是你的资源文件的名字,不带后缀的,,第二个参数是你资源文件所在的目录,比如layout,drawable或者是values,,,第三个是你的包名,,,,, int soun... 阅读全文
posted @ 2014-09-17 17:43 mxyhws 阅读(3535) 评论(0) 推荐(0)
摘要: public static boolean isServiceRunning(Context mContext, String className) { boolean isRunning = false; ActivityManager activityManager = (ActivityM... 阅读全文
posted @ 2014-09-17 14:03 mxyhws 阅读(143) 评论(0) 推荐(0)