This may be a stupid question, however I\'ve never really put much thought into the purpose of a connector mode and just used the default (READ_WRITE). What are the differences between calling Connect
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am having a bit of a problem with an app I\'m developing for BlackBerry. I have a series of Item objects on the screen, each with a DefaultCommand tied to it. Example
I have to return a JavaME .jad file from restful web service (using Jersey), which is then used to install an app on a mobile phone. Before delivering the .jad file some values in there have to be cha
I want to post among other data a String variable to a PHP file by using the HttpConnection stuff. The first data is the byte[] data returned from a records开发者_JAVA技巧tore. So it should be posted
I want to put a advertisement banner at the bottom of the screen of my j2me application. How can i set a container fixed at a position so even if the page is scrolled that specific container will be s
Hashtable iHashtable=new Hashtable(); iHashtable.put(\"Name\", \"Jhon\"); iHashtable.put(\"Address\",\"India\");
Is there a way of know where a call originated from on a BlackBerry handset programatically? for instance whether it was a call log entry, or a phonebook entry or a dial pad entry?
I am wondering if this is a bug or just my faulty code. I\'ve been trying to render table with some horizontal spanning. This is how it should look like:
I know that thePasswordEditField displays asterisks but stores in plain text, and I also know that the Blackberry network is encrypted.