Android databinding: BindingAdapter vs InverseBindingAdapter

Viewed 2814

What is the difference between the two?

When should use one or the other?

When I define a BindingAdapter do I have to create an inverse?

1 Answers
Related