Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top