On Wed, Oct 31, 2012 at 10:51 AM, rauf qureshi <[email protected]>wrote:
> hello friends, > > I am developing listview with customerAdapter which extends baseAdapter,in > each item of list there is two textview and one check box is there , so i > want to select one check box at a time but i am unable to do that can any > body give me solution for that > Hi Rauf, I guess RadioButton is better way to do what you want, as you can use RadioGroup, as parent view to the radiobuttons if you want single selection. As well as I guess using checkbox should be preferred in case of selecting multiple items. You can ask if you have further queries. Thanks and Regards, NSR -- 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

