Android Question Updating An Item in SearchView's List

Frank Cazabon

Member
Licensed User
Longtime User
Hi,

I am using the SearchView control and have adapted it to load a bitmap as part of the item depending on certain conditions. When I click on an item in the list I display a panel which lets the user make and adjustment to the underlying data (stored in SQLite database). If this data is changed I need to refresh the selected item in the SearchView's list (I display a bitmap as part of the item to indicate the item has been actioned). How do I go about this? Do I have to rebuild the entire list again?
 
Top