Hi,
I have an activity which queries and display some Contact Information. And it has a button which launches the intent for 'Edit Contact' (the default Android activity). What should I do to refresh my view in case user edits Contact Information?
- requery in the onResume() of my activity?
- add a content observer?
Thank you for any advice.