CK875430315
CK875430315
but the listener require return true or false?
可以支持竖着吗 类似那些电商APP里分类界面左侧的分类,会自动把选中的滚动到中间
setDarkMode和Slidr.attach(this) 结合好像不会出现,但是不配合就会有问题,如果不想侧滑退出只有加上android:fitsSystemWindows="true",怀疑Slidr这个库里加上了
异常类型:bugly后台拉取补丁异常 手机型号:魅族15 手机系统版本:android7.1.1 tinker版本:1.9.14 gradle版本:4.10.1-all 是否使用热更新SDK: 如 TinkerPatch SDK 或者 Bugly SDK 系统:win7 依赖: api 'com.tencent.bugly:crashreport_upgrade:latest.release' //其中latest.release指代最新版本号,也可以指定明确的版本号,例如1.2.0 api 'com.tencent.bugly:nativecrashreport:latest.release' annotationProcessor("com.tencent.tinker:tinker-android-anno:1.9.14") { changing = true } compileOnly("com.tencent.tinker:tinker-android-anno:1.9.14") { changing = true...
create two DialogPlus instance ,the second DialogPlus can not be show;
when i used this with very fast action to switch,fragment's variable are in disorder,
Error:org.gradle.process.internal.ExecException: Process 'command 'D:\sdk\ndk-bundle/ndk-build.cmd'' finished with non-zero exit value 2
怎么办,还有这个路由可以从其余module里的activity跳转到主工程app里的activity吗
Very slow,and block; but use glide is smooth ,how can i optimize? thanks too much. if (uri.toString().isGif()) { val controllerBuilder = Fresco.newDraweeControllerBuilder() .setAutoPlayAnimations(true) .setOldController(simpleDraweeView.getController()); val optionsBuilder = ImageDecodeOptions.newBuilder().setMaxDimensionPx(4000); optionsBuilder.setCustomImageDecoder(GifDecoder()) controllerBuilder.setImageRequest(...