Hi Guys, I wanted to create a an android application that works like a remote control for a multimedia system. This client server dialog is done on the json class api. The class that I use for establishing the communication is the HttpURLConnection. I used the following example for writing my programm( http://www.anddev.org/getting_data_from_the_web_urlconnection_via_http-t351.html ). I ran wireshark to monitor the communication, and i see the data that is being sent from the server, but sending orders back to the server from my milestone doesn't happen at all. I turned off all my firewalls that could interfere with the communication.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

