I have listview with custom rows
[[TextView][Checkbox]]
I am clicking then scrolling the listview . It is not maintain check state properly. what to say ? Items are checked in its own manner. I have tried View Holder to reuse the created view inside getview().

