开发者

Android remote service query

If i want to call a function of a remote service from within the UI thread.. how do i do it开发者_开发技巧?


You can use AsyncTask to call a remote service. This performs background operations and publish results on the UI thread without having to manipulate threads .

check this link

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜