I have this code on my android: try { http = (HttpConnection) Connector.open(\"http://35.9.22.102:8080/Services/SubmitMedia/\");
I\'m trying to find the user agent of a blackberry so I can set it when I make a http connection. On blackberries that are version 4.开发者_如何学编程7+ I call System.getProperty(\"browser.useragent\"
I\'m using ksoap2 for my android project and it works great. I\'ve succeeded in connecting to distant server but I currently have a problem when I want to set a timeout to my androidhttptransport.
With appcelerator, I am attempting to send a picture with the twitp开发者_JAVA百科ic demo, I have created 2 text fields and when they are filled in I want to upload the image and those fields to twitp
I do: con = HTTPConnection(SERVER_NAME) con.request(\'GET\', PATH, HEADERS) resp = con.getresponse() For debugging reasons, I want to see the request I used (it\'s fields, path, method,..). I开发者
I read some of the similar posts on this site that deal with what seems to be the same issue and the responses didn\'t really seem to clarify things for me.
I\'m experienced with PHP, JavaScript and a lot of other scripting languages, but I don\'t have a lot of experience with Java or Android.
I\'m connecting to an ASP.NET webservice using the HTTPConnection class in Blackberry, but when the blackberry is experiencing low signal strength, the connection just keeps waiting for a response fro
I am developing a project for BB. The application works with the network and sends / receives data via HTTP. Now I use the queue and queue manager. Manager starts with a background thread and works in
I have an application that makes many subsequent calls to a REST service for batching data to a database on the BlackBerry devices. I have tried several methods of using HttpConnection with various st