07 2019 档案
摘要:https://www.cnblogs.com/liaojie970/p/5869152.html onTouchEvent是真正用来进行业务逻辑处理的地方,返回true表示已经将该事件消费,返回false表明事件继续传递。 onInterceptTouchEvent是用来进行判断是否需要对事件进行
阅读全文
摘要:测量模式有三种引用官方的解释如下 UNSPECIFIED The parent has not imposed any constraint on the child. It can be whatever size it wants. 父View没有对自定义View的大小做任何限制,自定义View
阅读全文
摘要:org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true android.enableAapt2=false
阅读全文
摘要:https://blog.csdn.net/qq_36228442/article/details/92799579
阅读全文
摘要:BehaviorSubject openCameraController = BehaviorSubject();BridgeChannel _openCamera() { print('- - - - - - - - - - - - - - - - - - > _openCamera() ');
阅读全文
摘要:https://blog.csdn.net/brain_bo/article/details/80673893
阅读全文