Reputation: 4641
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 that both are in different processes?
Upvotes: 0
Views: 1217