Scenerio:
Activity A opens Activity B. Activity B has some filters based on which the content of Activity A will change. To reduce waiting time for the users, I want to notify Activity A to start fetching the content as soon as there is a change on Activity B.
What would be the best way to achieve this without changing activity's structure ?