Hey! I got a question about databinding. I got the...
# android
m
Hey! I got a question about databinding. I got the library which I can implement as project or from maven. With Maven it works well, but when I do it as project than binding stops to generate BindingImpl classes which xml files contain custom adapters from library. Why it may happens? Also I can navigate to source code of adapters from xml.
f
Have a close look at your xml. Often there will be an error there and this stops the bindingIml from being created.