I need to update adapter after some activity has finished. Any idea how to do it?
--EDIT --
I have an activity where I have to update data set after some other activity finishes which first one starts. Do I have to pass itself to the started activity?