I want my BlackBerry application login开发者_如何学编程 to have a \"remember me\" check box. If the user is logged in with that checkbox clicked, then the user can auto-login next time.use persistence
I am developing a Blackberry application with calendar functionality. I am using a custom calendar in my application, which will display some events, and when the user clicks on a particular date, mor
how to get current date in DD-MM-YYYY format in BlackBerry i have already tried the f开发者_如何学Collowing, but it gives me output of 1318502493
I have a tag called <descriptor> which contains some description and an image URL. Here is my description tag.
Hello I 开发者_Go百科am new to Blackberry , Can any one tell me that how to add Vertical Field Manager in to Tree View?TreeField is not designed for this. It is not a Manager, so you can\'t add any ch
I developed a Blackberry app and want to install it twice, as two separate apps, on the same device. I want the exact same app installed again, but the second installation should not overwrite the fir
I\'m trying to migrate a Phonegap app wich uses jQuery Mobile to Blackberry. When I start the app, which runs fine on Android and iOS. I see no styles, javascript whatsoever.
I am facing an issue while passing long value to ksoap request.As ksoap accepts only string and object parameters but i need to pass a long value to the request. Can an开发者_运维问答ybody help me out
I wrote a simple program that adds two edit fields to the field manager: HorizontalFieldManager hrfm = new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL);
I\'m looking for something corresponding to net.rim.device.api.system.ApplicationManager.getVisibleApplications(), but including applications that might not/do not have a UI. Any ideas?