Hi!

In my activity I have two radio buttons which both require additional
input. Clicking either button opens a dialog, and only clicking "set"
in that dialog really activates the option. I therefore want to
prevent the radio button from being checked before the value is set,
i.e. I want to prevent it from being automatically checked when the
user clicks it. In my dialog listener I will then manually check the
respective button.

I could just keep the current state of the radio group in a variable
and instantly re-set it whenever a radio button is clicked, but
perhaps there is a more correct way to do this?

Cheers,
Marian.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to