-
在手动关闭通知栏权限后,在onRestart()中初始化的时,调用ToastUtils.init(getApplication());recreate();会出现闪退的情况,百分之百复现
-
- The version of utilcode: 1.22.7
- The device: MI 8 SE
- The version of device: API 27
-
-
### 适配的原理及怎么适配?
[Android 屏幕适配从未如斯简单(8月10日最终更新版)](https://blankj.com/2018/07/30/easy-adapt-screen),由于文章写的较早,请用 1.19.2 版本及以上来完美适配。
### 如何创建 mdpi 1080 * 1920 设备的预览图?
创建新的模拟器设备,然后修改分辨率和屏幕尺寸使其达到 m…
-
MyApplication中初始化了ToastUtils,但是测试发现无法显示吐司
-
java.lang.Exception: denglibo Toast callstack! strTip=天气信息不存在
at android.widget.Toast.show(Toast.java:127)
at com.blankj.utilcode.util.ToastUtils$SystemToast.show(ToastUtils.java:385)
a…
-
-
## Describe the bug
- The version of utilcode: 1.22.0 -->
- The device: 联想K3note miui9 -->
- The version of device: API 23 -->
## The code of bug
```
put your code here
```
## The s…
-
现有的只能传id, showCustomShort(@LayoutRes final int layoutId),因为需要处理相应数据显示在view里面
-
Interceptor headerInterceptor = new Interceptor() {
@Override
public Response intercept(Chain chain) throws IOException {
CacheControl.Builder cacheBuild…