databinding-samples icon indicating copy to clipboard operation
databinding-samples copied to clipboard

Results 32 databinding-samples issues
Sort by recently updated
recently updated
newest added

Got multiple errors like `line 1:0 extraneous input '' expecting {COMMENT, SEA_WS, '

Samples are for students. Why students must deal with deprecated code? The samples loose their academic purpose, if nobody takes care of them.

NameおよびLastNameを変更いたしました。 ご確認お願いいたします。

Execution failed for task ':app:dataBindingMergeGenClassesDebug'. > 2 exceptions were raised by workers: java.io.IOException: java.io.IOException: Failed to copy full contents from '/Users/macbook/Documents/thunder/AndroidThunderKtv/KtvStbAndroid/biz_sing/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.thunder.biz_recommend-binding_classes.json' to '/Users/macbook/Documents/thunder/AndroidThunderKtv/KtvStbAndroid/app/build/intermediates/data_binding_base_class_logs_dependency_artifacts/debug/out/com.thunder.biz_recommend-binding_classes.json' java.io.IOException: java.io.IOException: Failed to copy full contents...

gradle 7.0 ,databindutil not exist ,unless use ``` // implementation 'androidx.databinding:library:3.2.0-alpha11' // implementation 'androidx.databinding:databinding-runtime:7.0.0' ``` and tip need set { databinding true} but i delete xml everything is ok!

@JoseAlcerreca I actually don't know how to approach this, I didn't contribute before so much. This fix the problem stated at issue #2 . Let me know if further modification...

Fixes README so sample page (and Android Studio) properly show the text. It doesn't support HTML/markdown for either, so I moved that content down to the introduction section and revised...

I just using the viewBinding, and now i want to know how do i switch to use databinding, my project has so many code to change

I have layout (id: actionBar) included for action bar in xml file name, and I have edit text name title. When the fragment is resumed the action bar title value...