Summary
This article applies to the BlackBerry® wireless devices based on Java™.
|
Description
Some applications may not require a graphical user interface (GUI), but simply perform background processing for the user. The sample application below can initiate when a user selects it from the ribbon; however, no change appears on the screen and the user can select another icon from the ribbon and continue to use the BlackBerry device as they normally would. Selecting the same icon a second time cannot spawn a second instance of this sample, as the device is aware that the application has already been launched and will not create a second instance of it. The following sample will run indefinitely until the device is shut down:
/**
|