Equivalent (roughly) of setCurrent() in BlackBerry()?
I have some J2ME code I am porting to BBs RIM classes. The J2ME code uses setCurrent() to "change page" in the application, but that is of course not working. Any ideas?
Equivalent (roughly) of setCurrent() in BlackBerry()?
I have some J2ME code I am porting to BBs RIM classes. The J2ME code uses setCurrent() to "change page" in the application, but that is of course not working. Any ideas?
The BlackBerry UI has the concept of screens:
See the UiApplication documentation.