Reputation: 161
Hi basically I have a table, this table is getting information from a content provider I wrote. If I update a content provider how can I force an update on the UI whenever the data is changed in the content provider?
FOr example: If a list is showing A B
and I add C to the content provider
how can I get the UI to show A B C as soon as it updates? Or does it automatically broadcast any changes for me?
Upvotes: 1
Views: 4286