Android IPC mechanism


                                                                                                   By,
                                                                                                    Ningan

What is ipc?

  • It is a set of methods for exchange of data between multiple threads in one or more processes.
  • Basically it is used for information sharing, computational speedup, etc.
  • It can also be called as Inter thread communication & Inter application communication.
  • In Android, one process cannot normally directly access the memory of another process. It can be achieved using
                 AIDL (Android Interface Definition Language)
               

Title

Android IPC mechanism

By Torry Harris Business Solutions