On Sun, Apr 15, 2012 at 10:42 PM, Mohamed Sobhy <[email protected]>wrote:

> So how come that RadioGroup class has a setOnClickListener but not a
> getOnClickListener?
> What can I use to go around this problem?



What do you want to do with RadioGroup?
If you want to get any particular radiobutton from RadioGroup, you can
simply call setOnCheckedChangeListener() on RadioGroup.

eg. rg.setOnCheckedChangeListener(new OnCheckedChangeListener())

or else, do you need something else?

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