TryCatch
TryCatch
修改为以下代码,能运行。只是解析功能无法展示。 ``` compileOnly('com.alibaba.android:virtual-compiler:1.0.11@jar') { exclude group: 'xmlpull', module: 'xmlpull' exclude group: 'net.sf.kxml', module: 'kxml2' } ```
能否通过不预先注册 自定义View,而是通过服务器下发自定义 View 的代码,进行展示。
@PratikLevel Can you provide detailed information for this ?
@PratikLevel You can download this project and try to run it? Then try to move LightProgressView.java and VolumeProgressView.java to use
@Wensibob // app module 的 build.gradle 加入 apply plugin: 'com.rocketx' // 在根目录的 build.gradle 加入 buildscript { dependencies { classpath 'io.github.trycatchx:rocketx:1.1.1' } } 以上保证写入依赖关系在最后一行
+1
逻辑比 V5 清晰了很多。
``` override fun postValue(value: T) { for (item in observerStateMap) { item.setValue(true) } super.postValue(value) } ``` 少了这个方法!
@Wensibob hi, you can try to clean before build . by the way , please check aar of current module has BR.java ?
不然 无法设置使用 :splitEdit.transformationMethod = AllCapTransformationMethod()