I have an application that has a listview and I would like to highlight a particular list item when the user is on that activity.
So far I have a general implementation where I am creating a listView and I have an OnListItemClick method. I would appreciate it if someone could provide a sample implementation of how to highlight a particular listitem in a listview.