I am generating RadioButtons in code and adding them to a RadioGroup. Seems like I need ID values to be able to use check(id) and so forth. The bug I have now is that calling RadioButton.setChecked(true) does not uncheck the already checked button.
For creating ID's in code can I just use 1,2,3,... id values or whatever for the RadioButtons to work correctly with check(id)? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

