![]() |
Communication Handling using Service in Blackberry 4.5 Hi all, I am developing an app. (like google talk) which at phone boot-up starts a background service which is continuously running. This service interacts with 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. What i know to start background service at boot up is "Create an alternate entry point and use that to start the background service. " Code: right click the project properties then go to Application tab, then check "Auto run on startup" / "System Module"In Android u can achieve this Service using system-defined Service class. I want to do it (UI & Service) in one project. How to achieve this in Blackberry 4.5? Any solution? |
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" ? |
| All times are GMT -5. The time now is 07:46 AM. |
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.