Skip to content

Commit

Permalink
提交工具类以及文档
Browse files Browse the repository at this point in the history
  • Loading branch information
马天宇 committed Dec 10, 2014
1 parent cb82d49 commit 2fc1f06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ LiteCommon是一系列通用类、辅助类、工具类的集合,有以下特
- **stream包**: IO流操作辅助类
6. utils包:常用工具类
-----
- **AndroidUtil**: android信息, 获取android手机品牌、mac、imei、imsi等信息
- **AndroidUtil**: android信息, 获取android手机品牌、商家、版本号等信息
- **AppUtil**: app工具, 检测是否前台运行,服务是否运行中等
- **BitmapUtil**: 位图操作, 拍照,裁剪,圆角,byte、string互转,压缩,放缩,保存等
- **ByteUtil**: byte工具类
- **ClassUtil**: 类工具, 新建实例,判断类型等
- **ClassUtil**: 类工具, 新建实例,判断类的类型等
- **DialogUtil**: 对话框工具类, 统一全局对话框
- **FieldUtil**: 属性工具类
- **FieldUtil**: 属性工具类,获取属性值、获取属性泛型类型等
- **FileUtil**: 文件工具类
- **HexUtil**: 16进制工具类
- **HexUtil**: 16进制工具类,16进制和byte、char像话转化
- **MD5Util**: MD5工具类
- **NotificationUtil**:通知工具类
- **NumberUtil**: 数字工具类
- **PackageUtil**: 应用程序类,安装,卸载,启动等
- **RandomUtil**: 随机工具类,产生随机string或数字,随机洗牌等
- **NotificationUtil**:通知工具类,便捷显示到顶部栏
- **NumberUtil**: 数字工具类,各种数字安全转化
- **PackageUtil**: 应用程序类,打开、安装,卸载,启动应用以及获取应用信息
- **RandomUtil**: 随机工具类,产生随机string或数字,随机洗牌等
- **SerializeUtil**: 序列化工具类
- **ShellUtil**: shell 名利工具类
- **TelephoneUtil**: 电话工具类,手机号、运营商、IMEI等信息
- **VibrateUtil**: 震动工具类
- **ShellUtil**: shell 命令工具类
- **TelephoneUtil**: 电话工具类,手机号、运营商、IMEI、IMSI等信息
- **VibrateUtil**: 震动工具类,调用系统震动功能
1 change: 1 addition & 0 deletions android-common.iml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="common" level="project" />
</component>
</module>

0 comments on commit 2fc1f06

Please sign in to comment.