List view with simple cursor adapter items checked are un-checked during scroll
问题 I have problem that I couldn't find answer on SO - all problems solved on SO where about too much different issue and didn't work. Problem is - 1. Clicked rows in ListView (after click they are marked with blue coolor background, and checked box) loose their marks of beeing clicked (checked checkbox and color) after scrolling. 2. Even more - other rows are marked during scroll even that are not clicked. ListView is bound to my Custom Simple Cursor Adapter which gets data from SQLite database.