I want to upload an image to a server. I used the code from SO question: Blackberry jde : how to upload an image in server using MultipartPostData
I want to create an call recorder application in blackberry. While searching in this forum i have got call-recorder-in-blackberry this link. The code given in the below link is fairly understood.
I want to add multiple strings in the LabelField or RichTextField in my application. So that i\'m able to control the font size of both the strings and also i\'m able to click on thi开发者_运维技巧s r
How to show hindi text in blackberry browserfield ?开发者_C百科First of all make sure you installed Hindi support on the device via BB Desktop Software. Then here is the code:
I\'m trying 开发者_JS百科to create timer that starts my application after some period of time. Using method ApplicationManager.getApplicationManager().scheduleApplication(appDescriptor, time, true) se
I have a list of store addresses that I want to display (about 100).The data i开发者_如何学Gos being read from a database.
I wrote the following code for client - server communication in Blackberry but its not working. I am sending data via POST.
I have debuged my application of blackberry Bold 9700, and I want to see Logs which, similarly as System.out.println, or NSLog in iPhone programming,
How can i invoke paint multiple time in my app i tried invalidate but but it is not calling paint i think can anybody provide sample code for invoking paint multiple time.
I am using a ListField for my app to show the data in a list. Now my requirement is that i want to increase the row height of the selected item of the list.