i have read about the issue of getView called multiple times and all the answers. However, i don\'t find a solution for my problem.
I have a list where rows have two sta
Not the way you want it to work. The reason that getView() is called multiple times is to allow the OS to measure the rows so it knows how to lay them out. You would need to have it marked as read when they click it or check a box or something.
getView()