How can we use Web services in Android Applications?
1 Answer
2 Comments
Brijesh Patel
Thank you very much i think it is very useful for me. anther question is can we use SOAP in ANDROID?
Rob Stevenson-Leggett
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