-
```
Remove DataBinding in template. We are going to support the MVVM directly via
the ViewModel artifact.
```
Original issue reported on code.google.com by `chanwit` on 22 Nov 2011 at 4:59
-
Hello!
We are observing the performance issues in the recyclerView when at least one view of the recycler view item layout is bound with
MutableStateFlow. To bind the first row of the recyler view…
-
Hi Jean-Phillipe,
I see you have done this work to parameterize the data binding. I was wondering what your plans were for this and whether you were interested in getting generics back into the Ecli…
-
For some reason, the build fails while using databindng feature with the progress bar.
I was using the binding variable to set the progress value on the progressbar. The code is as follows
```X…
-
Wanting to use databinding for setting the videoId and the following error occurs:
[kapt] An exception occurred: android.databinding.tool.util.LoggedErrorException: Found data binding errors.
****…
-
So I tried to set the SelectedValue property to string.empty to clear all selections but that didn't seem to work.
Also, I tried to databind to a field in the XAML, it seems if the value is null it c…
-
继承 BaseQuickAdapter 实现了databining,如果继承BaseMultiItemQuickAdapter 实现多布局 怎么使用databinding?求大佬指教!
-
Looking over the image preloading documentation https://github.com/airbnb/epoxy/wiki/Image-Preloading there doesn't appear to be anything related to data binding. Was this not added or is there no sup…
-
I'm attempting to have a EpoxyRecyclerView of cards, and within them a EpoxyRecyclerView of names, but I'm getting a NPE crash when doing so on the item's recycler.
My Parent view has a EpoxyRecycl…
-
Hi all!
Have been using Epoxy for a few months and really like the Databinding DSLs that are generated, however, ran into an issue the other day and wonder how to proceed correctly. Here's what I'v…