On Thu, Sep 9, 2010 at 2:05 PM, darrinps <[email protected]> wrote: > Thanks. I took a look at the code at the link you provided. I can see > how this works in a static setup with a set number of rows, but what > happens when you have a dynamic number and you need to add each new > RadioButton to the RadioGroup and then to the TableRow? > > Do you just need to add the RadioButton to the RadioGroup first then > the button to the TableRow?
No. You add all the RadioButtons to the RadioGroup. You add the RadioGroup to the TableRow. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

