Hi, I have different situations where I want an Android (2.2.) native service to communicate with an other service (sometime native and sometimes not).
If I start using binder as rpc I need to write Java[tm] code as there is no official support for binder in c/c++ code. What is the recommended/working solution? -Still use binder (as many native android apps do) -Use plain sockets (as happens between rild and the rest of the networking stack) -Use dbus as happens with the bluetooth stack -Use something else (e.g. protocol buffers). For example I have a daemon that generates events that need to be picked up by the SensorManager. Kind regards -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
