I have created BB application and I have called webservice in this app开发者_Go百科s . App is working great in Simulator but when I sign application and install app in device. But through HttpConnecti
I use following code to download jpg image and display in blackberry curve 8900 simulator. When I am trying to load my code, it strucks completely and stop responding. Please some one help me.
public final class MyScreen extends MainScreen { /** * Creates a new MyScreen object */ public MyScreen() {
I\'m using the javax microedition Connector class to initialise a HttpConnection. This doesn\'t work with 3g while it works with wifi.
I tired to connect my app with the remote server and pass few credentials to it, but i am always getting a same response from the server. I tried changing all the parameter value and other request hea
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m testing an application in a Pearl 9100. My app uses ConnectionFactory in order to get an available connection an perform an HTTP request.
I\'ve got this piece of code http://pastebin.com/VrMNuxcv which successfully uploads a file onto the server from my android.
This question already has answers here: How to connect to my http://localhost web server from Android Emulator
I am trying to connect to the Servlet (Tomcat localhost). Here is my code. ServletTest.java (the client)