databinding-samples
databinding-samples copied to clipboard
How to binding a RecycleView.Adataper How to use in RecycleView
https://stackoverflow.com/questions/53896245/android-data-binding-example-vs-reality
I getting error in class "RowItemAttractionBinding" and CommonBindingUtils and how to get class "RowItemAttractionBinding" and CommonBindingUtils i don't understand
Please update to androidx, jdk8 and check if databinding is correct, importing to AS 3.4C8+ causes following errors: * What went wrong: A problem occurred configuring project ':app'. > Could...
### The MVVM pattern needs to be confused. I decompile the app and found that the class using 'variable' in the layout is not confusing. Ask for answers! ! ```...
Why all 3 activities in BasicSample are marked as Launcher activities? Is this really required?
I am trying use `ProfileObservableFieldsViewModel` instead of `ProfileObservableViewModel`, but find an obvious bug at this line [ProfileObservableViewModel.kt#L72](https://github.com/googlesamples/android-databinding/blob/3bd8191ff6b0b322394087e5da497d32c4cb3b10/BasicSample/app/src/main/java/com/example/android/databinding/basicsample/data/ProfileObservableViewModel.kt#L72) that the icon was not changed as expected 😭
Hi! Thanks for the sample. How is proguard supposed to work databinding? Do I have to `keep` all classes that are in the UI package so that they've visible via...
Data binding doesn't work properly with SearchQueryListener, onSearchQuery data filteration is working properly but Adapterview(Recyclerview) picks the beginning number of cells that are matched in SearchQuery function and shows up...