Reputation: 169
I wrote a hello world application. I want it so when the close button is pressed, the application remains running in the background. How can I do that?
Upvotes: 0
Views: 361
Reputation: 4199
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.
Upvotes: 4