Analysis and Research about Binder IPC Under Android
The Binder IPC (Inter-Process Communication) mechanism plays an important part in the IPC mechanism of the Android operating system. Researching the Binder IPC mechanism has extremely important function to develop the inter process communication which belonged to the Android. It analyzes the structure model of the Binder, the Binder driver principle of work,the Binder interface and operation mechanism under the Android operating system. Finally, give the example of the Binder IPC operation mechanism by using AIDL (Android Interface Definition Language). The result shows that the Binder mechanism can achieve the IPC of the Android system effectively.