Sample code for Android IPC with Service using AIDL..
ServiceIpcSample is hosted in the following web site
https://github.com/pikanji/ServiceIpcSample
If you think the Android project ServiceIpcSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ServiceIpcSample.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 7 |
Activity Count | 2 |
ServiceIpcSample has the following Java source files.
net.pikanji.ipcsample.client.IpcSampleClientActivity.java net.pikanji.ipcsample.server.IpcSampleServerActivity.java net.pikanji.ipcsample.server.IpcSampleServerService.java