Hi guys im trying to run service which calls data from a remote DB. I then parse the result to a local db (sqlite). My problem is that i am trying to make use of a loading screen (inside the activity) and i want to update the sub calling my loading screen from the service (so that it will somehow update the user of the progress). If i call callsubdelayed, it will only call the sub from the service to the activity right? what i want is for the service to call the sub and returns back to the service until it is finished. can someone point me as to how i can accomplish this.