I want to implement peek and remove methods , similar to Java\'s Queue.peek() and Queue.remove() , in Blackberry application. I have a custom queue implementation, but how do I get to peek at elements
I\'ve created following two methods for reliably building a connection for making a data connection. So far I haven\'t had any issues testing this approach with users.
I want to be able to display some simple chunks of HTML in my native BlackBerry app, NOT returned from a URL.This is similar to existing Stackoverflow questions (e.g. here and here), but I need help g
I want to lock the orientation programmatically for my application screens to be displaye开发者_开发技巧d only in Portrait mode. I use Storm BB device. How to do lock it via my code?
I have a bluetooth headset that I paired with my blackberry storm. Whenever I turn on/off the headset, my storm displays the message that the headset is been connected or disconnected and updates the
I want to display messages from my application exactly in the same way as that of native messaging applicatio开发者_开发知识库n of Blackberry.
I would like to use gtalk or any other messenger in my application but i don\'t know how to do this.can u p开发者_C百科lease give me idea about how to solve this one.if u can provide me some web link
I am developing on BlackBerry 4.7 Storm device. Reminder: My application will allow user to enter data and set Date&Time to remind the notes. Can someone please suggest me how do i handle \"remi
I am developing a Netflix application for the Blackberry, and so far one of my biggest challenges has been related to the OAuth protocol. I have been searching for examples of implementing OAuth with
I am working on an app where we have to pass specific web api parameters to a web app using HTTP POST.