[android-developers] Sending some data when requesting XML

2010-02-09 Thread MobDev
Hi, I have been using this code to parse some XML data from a specific server : URL url = new URL(http://myserver.com/someXMLScript;); URLConnection conn = url.openConnection(); InputStream is = conn.getInputStream(); Xml.parse(is, Xml.Encoding.ISO_8859_1, new

Re: [android-developers] Sending some data when requesting XML

2010-02-09 Thread Frank Weiss
Simple. Add query parameter to the URL. Example: http://myserver.com/someXMLScript?IME=A7G -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this