How to use sharepoint webservice in android?
I want to use Sharepoint webservice in android.i don't know how to start. Anyone help 开发者_开发知识库me..
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.
精彩评论