I have listview with 2 textbox and 1 checkbox on each row.
I want when a user check the checkbox, then a predefined drawable is to be set as a background to that row.
I have tried to do it on the Lisnner on the getView method inside my cusotm cursor adapter, but with no success, please help!!!.
Use this
getViewmethod in yourListAdapter: