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? On Sep 9, 12:13 pm, Mark Murphy <[email protected]> wrote: > On Thu, Sep 9, 2010 at 1:06 PM, darrinps <[email protected]> wrote: > > My question is, can you have radio buttons tied to a radio group > > inside of a row > > Yes, so long as all of the RadioButtons are immediate children of the > RadioGroup. See: > > http://github.com/commonsguy/cw-andtutorials/tree/master/03-FancierFo... > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://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

