Android 进程间通信框架(废弃)
-
Updated
Jan 8, 2018 - Java
Android 进程间通信框架(废弃)
A demonstration of multithreading on the Android platform and how the OS handles binder threads.
This application demonstrates how to consume a remote AIDL service from another Android application. It binds to the IPC Server App service, requests a random color through IPC, and updates the UI based on the received value. The app acts as the service consumer (client) in a cross-process communication setup.
Add a description, image, and links to the androidbinder topic page so that developers can more easily learn about it.
To associate your repository with the androidbinder topic, visit your repo's landing page and select "manage topics."