I have created a listview with an image on one side of the text. Now when I click on an item in the list and do something with it, I want to change the image for that list item only. Is there a way to do this?
I MUST use listview as the list is long (±1000 items) and fastscroll is a must - so I cannot use scrollview.
Currently I am achieving the results only by changing the relevant database item and the recreate the whole listview... But this takes time and I think it will be slow on a lower-end device. On my Samsung Galaxy II it is barely acceptable. Anything slower will be a nuisance.
So I am trying to change the image for just that one item without having to recreate the whole list.
Any help???
I MUST use listview as the list is long (±1000 items) and fastscroll is a must - so I cannot use scrollview.
Currently I am achieving the results only by changing the relevant database item and the recreate the whole listview... But this takes time and I think it will be slow on a lower-end device. On my Samsung Galaxy II it is barely acceptable. Anything slower will be a nuisance.
So I am trying to change the image for just that one item without having to recreate the whole list.
Any help???