Hi all, I want to use Sharepoint webservice in android.i don't know how to start. Anyone help me..
A:
In general, you'll want to open an HttpURLConnection, set it up for a POST or GET to the appropriate URL, and then send the request and read the response.
or you could use DefaultHttpClient.
nont
2010-10-25 13:28:23