开发者

Synchronize between processes?

开发者 https://www.devze.com 2023-02-16 02:39 出处:网络
I have an Android program which has a RemoteService (different process) and the Application (with the UI). Now if I have a synchronize function used by both these components, will they be synchronized

I have an Android program which has a RemoteService (different process) and the Application (with the UI). Now if I have a synchronize function used by both these components, will they be synchronized? Despite of the fact开发者_Go百科 that both are in different processes?


No - synchronize will not work across processes.

0

精彩评论

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