I am working on DataBinding with BindingAdapter. Here is my custom method.
DataBinding
BindingAdapter
@BindingAdapter(\"{bind:fadevisible}\") public static vo
I had initially set defined my customBindidingAdapter as private:
customBindidingAdapter
@BindingAdapter("setPriorityColor") private static void getPriorityColor(TextView textView, int priority) { }