Sending and receiving data from a web service using android
- by kaibuki
Hi All,
is it possible that I send a request from my Android app to a web service and in return I get a data for example a XML file from the web service which I parse in android?
Thanks
kai