Hi All,
Can I run midlet in background keeping some message in foreground that tells that midlet runs in background ?
Thanx..
Hi All,
Can I run midlet in background keeping some message in foreground that tells that midlet runs in background ?
Thanx..
Excatly it is not possible but you can use push registery to start your application at the time of incoming connection or if you want to start your application after perticular time interval.
-kartik Triveid
On S60 devices you can run your MIDlet on background (if the user selects another application on the foreground or if you set the displayable null). You cannot have a mesage in the foreground in this case (but of course your MIDlet is shown when you do a long press with the application menu key)
On Series 40 phones you cannot put your MIDlet on the background
Hartti