How to bind Radio Buttons using RxJava
问题 I'm following the code of the Qiitanium app (See the highlighted lines in link) and I have trouble figuring out how I can bind RadioButtons Say I have a RadioGroup with R.id.rgMyButtons as Id and it contains 3 RadioButtons "Dead", "Alive", "Body Missing" with Ids are R.id.rbDead, R.id.rbAlive, R.id.rbMissing I set the RadioGroup field as Rx<RadioGroup> radioGroup; I get the view set in onViewCreated as rdGroup = RxView.findById(this, R.id.rgMyButtons); rdGroup.get().setOnCheckedChangeListener