I'm fetching data from a backend server using a Service which I started from Activity A and when the right data comes in, I start an Activity B from within the service.
My question is : Is it possible to start the service from Activty A and then when Activity B is running bind the service it to use callback methodes from the service and when Activity is in background unbind the Service and keep it running?