Re: [android-developers] RadioGroup OnClickListener

2012-04-26 Thread rakesh jha
Hi friends, for the radio group you can use oncheckchangeListener that will be most suitable to implement. On Tue, Apr 24, 2012 at 3:43 AM, Justin Anderson magouyaw...@gmail.comwrote: So how come that RadioGroup class has a setOnClickListener but not a getOnClickListener? It's not

Re: [android-developers] RadioGroup OnClickListener

2012-04-24 Thread Narendra Singh Rathore
On Sun, Apr 15, 2012 at 10:42 PM, Mohamed Sobhy m.sobhy.9...@gmail.comwrote: 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

Re: [android-developers] RadioGroup OnClickListener

2012-04-23 Thread Justin Anderson
So how come that RadioGroup class has a setOnClickListener but not a getOnClickListener? It's not just RadioGroup... it is all Views... What can I use to go around this problem? Keep a member variable around for use when you need it... Thanks, Justin Anderson MagouyaWare Developer

[android-developers] RadioGroup OnClickListener

2012-04-22 Thread Mohamed Sobhy
So how come that RadioGroup class has a setOnClickListener but not a getOnClickListener? What can I use to go around this problem? I'm using Android 2.3 API. Any help or comments will be appreciated. -- You received this message because you are subscribed to the Google Groups Android