-
Back Ground Midlet
Hi All,
I am working on J2ME platform & I am developing an application which runs in background.
When we stars this application it should be run in background & gets notified when any kind of events like SMS, Calls, Socket connection, Http request appears.
Finally with some IO mechanism we can get the all details of notified events.
Is it possible? Can anybody help me in this regards?
Regards,
Krmlkr.
-
Hi,
It is possible to run an application in the background and get notified with the events for sms. You need to register first with the MessageListener interface which defines one method like notifyIncomingMessage(MessageConnection).
Hope, this information clear your doubt.
Regards,
sk