-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请在此处提出您的意见和建议,多谢(please offer your proposal here,thanks)! #1
Comments
封装时,是否能更多的使用kotlin特性,而不是仅仅是java的方法变种。例如使用kotlin的dsl、扩展属性、契约等待。 |
例如
使用方式(写入):
直接使用kotlin的apply即可读取(读取):
整个封装,只需要扩展2个方法,完全没必要再去自己封装 |
@limuyang2 |
@limuyang2 |
权限请求建议增加 |
建议适配Androidx |
本身就是androidx实现 |
权限这个没有必要重复添加了,可以直接使用AndroidUtilsCode的封装 |
okhttp 的封装 回调接口里onSuccess 直接返回response会不会好一点 有遇到需要解析header的需求 |
好像是引入了Umeng的一些库.是不是这个可以去掉 |
建议友盟的相关jar包依赖已gradle方式引入,而不是直接引入jar包。因为其它项目本身可以也引入友盟,例如我的项目中引入了友盟推送,也引入了com.umeng.umsdk:common,这样导致冲突不好解决,而如果AndroidKTX如果将com.umeng.umsdk:common以gradle方式引入,我这边能用 exclude group: 'com.umeng.umsdk', module: 'common'的方式排除该依赖 |
建议增加一个String判空扩展: |
Android12里面 share包里面 有些activity需要android:exported="true"。并且umeng的可以做一个可选依赖 |
拍照上面建议加上水印,类似于水印相机那种 |
请描述您期望添加的功能,或者其他想法。如果有代码实例,则更好。我评估完毕后会加入到该库中。
The text was updated successfully, but these errors were encountered: