A background service is started at boot-up using "Create an alternate entry point and use that to start the background service. "
But how to achieve the interaction between Service & UI (means any request to server is first sent from UI to service & from service to server) & any response is sent to UI through service.
How to achieve this communication between Service & UI ?
& how to close the Servcie programatically which is started at boot-up with "Auto run on startup / System Module" ? |