1 message in com.googlegroups.android-beginnersRe: [android-beginners] APIs
FromSent OnAttachments
Dick Wall30 Nov 2007 12:27 
Subject:Re: [android-beginners] APIs
From:Dick Wall (dw.@google.com)
Date:11/30/2007 12:27:35 PM
List:com.googlegroups.android-beginners

Hi Tarun At present, your best bet for working with web services will be to use the network and http libraries provided on the platform - certainly ReST web services will be easy to use this way, and with the right combination of HttpClient and XML parsing, SOAP shouldn't be too hard either.

http://code.google.com/android/reference/org/apache/commons/httpclient/HttpClient.html

Good luck

Dick

On Nov 30, 2007 1:21 AM, Tarun Mittal <taru@gmail.com> wrote:

hello, I was looking for some API's , those are related to web services. Is android provide some API's to develop the applications related to web services?( other than LBS) plz give some response Thanx