Sunday, 20 November 2016

Inter process communication



down voteaccepted
There are three types of IPC mechanism in Android:
  1. Intents (along with Bundles)
  2. Binders
  3. ASHMEM (Anonymous Shared Memory) - The main difference between Linux shared memory and this shared memory is, in Linux other processes can't free the shared memory but here if other processes require memory this memory can be freed by Android OS.

No comments:

Post a Comment