i am using following code to display list of tags now when i select any item a tick mark is displayed before that selected item.
and i move to next activity. now pro
Even I had a similar problem, I had a list of contacts when I selected one others used to get set automatically..
To solve this problem, I added a ArrayList and added the position of the item which was clicked. And while drawing in getView of my adapter, I used to check if it is present in my arraylist.