📜  android遍历单选组java代码示例

📅  最后修改于: 2022-03-11 14:52:40.058000             🧑  作者: Mango

代码示例1
int count = radioGroup.getChildCount();
ArrayList listOfRadioButtons = new ArrayList();
for (int i=0;i