Can someone point give me an example of a On item click listener used for a list view with base adapter?
My list view contains two text views and a check box. I want to create an on item click listener so that when a item (or row) is pressed, it ticks the corresponding row check box.
I tried to Google it but could not find any examples of it
Thank you