[android-developers] Checkbox problem

2011-04-07 Thread grevenilvec
I have a big Problem with my Listview and its Checkboxes... Every thing is shown and works fine, until I click on one of the Checkboxes. Then other Boxes are checked and sometimes even without checking the one, I clicked. I searched the web, but didn't find a solution that is working. Now I'm hopin

Re: [android-developers] CheckBox problem

2010-10-13 Thread TreKing
On Wed, Oct 13, 2010 at 5:52 AM, Ahmed Shoeib wrote: > what is the problem ??? ListView recycles views so the one you're setting the check state on may be re-used and re-drawn somewhere else. Don't use findViewWithTag() - set the checked state in getView().

[android-developers] CheckBox problem

2010-10-13 Thread Ahmed Shoeib
hi all, i have custom ArrayAdapter to make listView each row contain ( image & text & checkBox ) i made the xml file to make the standard layout for row and make the default visibility for checkBox false in getView function that draw the listview get the checkBox using id and assign specific t