I am having custom listview(with image, text and check box) and a button(named Done) in my listactivity.
I am able to check/un check check box upon list item click event by implementing listvw.setOnItemClickListener().
Now when i click Done button, I want to know how many list items are checked. How to do that?