Hi,

I'd like to run a gRPC server on android to access some part of the Android 
API from another stack (not java or kotlin). Potentially, that server 
should be able to run some intent and get their result.
Has anyone done that?

before
App -> (JNI using android NDK) -> Android SDK

after
App -> (gRPC client request) -> gRPC Server (in Java) -> Android SDK

Why?
JNI + NDK is cumbersome, error prone and hard to debug. Having a simple 
Request/Response from the App gRPC client would be an improvement in DX.

In my use case, latency is not that big a problem. But if somebody already 
did something like that and had bad experience, I'm all ears.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/grpc-io/3be965f4-ac62-42f5-8877-9158923d105cn%40googlegroups.com.

Reply via email to