0

I have 2 fragments - Fragment A and Fragment B. In Fragment RadioButton is set on RecyclerView. When I have click on radio button and then go to Fragment B. After that when we move again on Fragment A then radio button is showing Unselected. I am not usin Radio Group. thanks.

Dr Mido
  • 2,414
  • 4
  • 32
  • 72
D. Rathore
  • 27
  • 6

1 Answers1

0
radioButton.isChecked();
radioButton.setChecked(true/false);
Karim
  • 962
  • 7
  • 10