How to send an application to the background?
I wrote a hello world application. I want it so when the close button is pressed, the开发者_JS百科 application remains running in the background. How can I do that?
This discussion might help you. (If you are programming for blackberry):
To put an application in the background call Application.requestBackground(), possibly as mentioned in the onClose() method.
精彩评论