Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 772 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 772 Bytes

Tools

初心:

1. 基于kotlin打造常用的工具集
2.为了高速开发常用组件
3.避免常用采坑集

lib-comment 公共工具集

1. ScreenUtils
2.ToastUtils

类库:

  1. api 'com.google.code.gson:gson:2.8.7'

lib-expansion 针对系统类进行拓展常用函数

1. List.kt
2.String.kt

[
//todo lengthV2 获取字符长度
//todo textV2 获取文本
//todo substringV2 截取字符
//todo fromHtmlV2 字符转html
//todo fontColor color = #4599F7
//todo fontColorFromHtml color = #4599F7
//todo logi 打印
//todo loge 打印
//todo showToast toast ]

3.Any.kt
4.Config.kt

lib-bugs bug集

1. FragmentBug.kt