Hi people, I have built an android application that should act like a remote control. Therefore I use json for name and value pairs. In order to establish a connection I use the HTTPURLConnection from the android API and my program is very similar to the tutorial posted on this forum. http://www.anddev.org/getting_data_from_the_web_urlconnection_via_http-t351.html
Getting the current states of the different endpoints that I can control is no problem but sending them data doesn't work at all. I ran wireshark to watch the traffic but nothing goes out from my milestone at all. On be buttom line, data only goes downward to the smart phone but not upwards, from the smart phone to the server why??? -- 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

