androidX 源碼:https://github.com/ThirdPrince/DataBindingSample
2022-05-11
真是個好東西,只操作對象就完事了,更新的操作直接交給dataBinding,findViewById和ButterKnife比起來還是顯得不那么優雅。
2020-04-24
在xml中定義 android:onClick="@{ () -> presenter.onClickListenerBinding(employee)}" 這個方法之后,運行報錯!在項目build.gradle中開啟lambda表達式也不行。
報錯信息:
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> android.databinding.tool.util.LoggedErrorException: Found data binding errors.
報錯信息:
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> android.databinding.tool.util.LoggedErrorException: Found data binding errors.
2018-03-26