I have a question related to Android's Binder component. When I use an Android App on the emulator is it possible to do a remote procedure call of a service that is offered by a running local server (written in java). Is the inter process communication with the Binder also working with a non-android app?
Or do you know other possibilities to do RPC's with Android?