I have an application (A) that needs to launch another application (B). I need to pass data between the applications. I can think of two approaches. The first is to open
I would agree somewhat with Juan Zamora M except that the service providing the data should have an API that can be requested when needed not pushed when changed via listeners.