How can we use Web services in Android Applications?
+3
A:
See my question here: http://stackoverflow.com/questions/992880/unresolved-host-exception-android
Rob Stevenson-Leggett
2009-07-08 11:21:35
Thank you very much i think it is very useful for me. anther question is can we use SOAP in ANDROID?
Brijesh Patel
2009-07-08 11:28:55
Since SOAP is an Xml format you can use the SAXParser built in to the Android framework to parse it. I'm not sure if Android has a "service reference" model ala .NET/Netbeans Java
Rob Stevenson-Leggett
2009-07-08 11:33:15