I figured out how to make it work and the solution should be added to the RadioGroup docs. You have to call RadioGroup.clearCheck before removing the buttons. You also need to handle the case where onCheckedChanged is called with a position of -1 because that happens immediately when you call clearCheck. With those two changes, everything is now working great.
-- 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

