I got the position of a radio in a radio group by using indexOfChild. How can I use this index to check the radio that has this particular index?
Try this
radioGroup.check(((RadioButton)radioGroup.getChildAt(index)).getId())