Run background task from MainScreen in BlackBerry?
问题 The issue is how do i make an inception in BlackBerry? Background: I need to run background service (No Screen Application) after i register a client, after that i need to run safely on the thread. Thank you very much in advance , code example will be really appreciated. 回答1: You'll need to create a runnable class that extends thread. (Note, there may be other ways to do this, but this one works. So you'll need something like public class BackgroundTask extends Thread{ private Object _screen;