How to bind method on RadioGroup on checkChanged event with data-binding
问题 I was searching over the internet for how to perform the new cool android data-binding over the RadioGroup and I didn't find a single blog post about it. Its a simple scenario, based on the radio button selected, I want to attach a callback event using android data binding. I don't find any method on the xml part which allows me to define a callback. Like here is my RadioGroup: <RadioGroup android:id="@+id/split_type_radio" android:layout_width="match_parent" android:layout_height="wrap