kotlin

项目中的log打印选择：
app：Common.log_*
library:LogUtil.log*

集合转数组：

数组转集合：array.toList() as List<T>  |   array.toList() as ArrayList<String>   |   Arrays.asList(names)   |  Arrays.asList("a", "b", "c")

项目支持androidx：https://developer.android.com/jetpack/androidx/migrate#blog_posts


Android x 原始支持库 API 软件包映射到 androidx 命名空间：
* https://developer.android.com/jetpack/androidx/migrate?hl=zh-cn

视频转GIF：

保存配置：
1、图片大小：360*782
2、播放速度：16帧/每秒 符合android的视觉设计