1# Binder transport for cross process IPC on Android 2 3EXPERIMENTAL. API stability not guaranteed. 4 5This transport implements 6[BinderChannel for native cross-process communication on Android](https://github.com/grpc/proposal/blob/master/L73-java-binderchannel.md) and enables C++/Java cross-process communication on Android with gRPC. 7 8Tests: https://github.com/grpc/grpc/tree/master/test/core/transport/binder/ 9 10Example apps: https://github.com/grpc/grpc/tree/master/examples/android/binder/java/io/grpc/binder/cpp 11