开发者

Android remote service query

开发者 https://www.devze.com 2023-02-21 22:45 出处:网络
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 publi

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

精彩评论

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