I am working on DataBinding with BindingAdapter. Here is my custom method.
DataBinding
BindingAdapter
@BindingAdapter(\"{bind:fadevisible}\") public static vo
Add on to the answers if you are working on multiple modules then where you have
@BindingAdapter("fadevisible")
That module should have the following code in the module -> build.gradle.
dataBinding { enabled = true }
Enjoy Happy coding. :)