开发者

How to use sharepoint webservice in android?

开发者 https://www.devze.com 2023-01-21 15:18 出处:网络
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 ap

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消