HJXANDHMR / Lazy

自己整理的常用的工具类

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


#这个是我自己收集整理的一些常用的工具类 ##有好的工具类,欢迎提交PR

作者微博: @海淀区小鬼风尘

License Maven Central

内容说明

工具 描述
AnimationUtils 动画工具类
AppUtils APP相关信息工具类
AssetDatabaseOpenHelper 目录资源获取
Base64 加密
BitmapUtil 获取Bitmap和对Bitmap的操作
ChannelUtil 获取市场号
Colors 颜色工具类 包括常用的色值
DES DES加密解密类
DataCleanManager 本应用数据清除管理器
DatabaseExportUtils 应用数据库导出工具类
DateUtil 日期操作工具类
DbHelper 数据库帮助类
DensityUtil 屏幕信息获取数值的转换
DeviceStatusUtils 手机状态工具类 主要包括网络、蓝牙、屏幕亮度、飞行模式、音量等
DigestUtils DigestUtils
FileUtils 文件操作
HanziToPinyin 拼音汉字处理
IOUtils IOUtils
MD5 MD5
MiscUtils 设备信息的获取
NetWorkUtils 网络状态
PhoneUtil 手机组件调用工具类
PreferencesUtils sp工具类
RandomUtils 随机数工具类
RecorderControl 录音工具类
SerializeUtils Serialize
ShellUtils shell指令
ShortCutUtils 创建删除快捷图标
SingletonUtils 单例工具
SizeUtils SizeUtils
SqliteUtils SqliteUtils
StreamUtils 流转换成字符串
StringUtils String
SystemUtils 线程池工具类
TimeUtils TimeUtils
ToastUtils ToastUtils
TransitionTime 用来计算显示的时间是多久之前
ViewAnimationUtils 视图动画工具箱,提供简单的控制视图的动画的工具方法
ViewUtils view控制
WiFiUtil WiFiUtil
WindowUtils 窗口工具箱
ZipUtil 实现的Zip工具
BadgeUtil 设置Badge
LogUtil LogUti工具类

##依赖 compile 'com.github.lazylibrary:lazylibrary:1.0.2'

License

Copyright 2015 lazy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

自己整理的常用的工具类


Languages

Language:Java 100.0%