Simple demonstration of IPC in Android using Binder
IPC Demo
Basic demonstration of IPC capabilities in Android OS using Binder.
There are client and server apps in the project, both of them use AIDL-defined interface called IDemoService
to communicate.
How it works
You can write a message in the server app and save it. Then this message will be displayed in the toast after pressing “Get Message” button in the client app.