checkboxes in the List randomly get checked/unchecked when i scroll through. android 2.3
问题 I am using my custom adapter. There is a checkbox and a text view in each row. But i have a problem. There are more items in the list than the number which fits on the screen. So when i check any of the checkboxes on the screen and scroll down. The automatically get unchecked. When i scroll up again some random checkboxes get checked. I know that in getView() list is being refreshed again and again and theres an issue of the position. But dont know the solution. I have tried using a boolean