Re: [android-developers] dummy Binder/C++ service

2009-11-03 Thread Dianne Hackborn
Hi, this question probably belongs on android-porting; it is well outside of the SDK. On Tue, Nov 3, 2009 at 2:56 PM, Michael Richardson mcr+gm...@sandelman.camcr%2bgm...@sandelman.ca wrote: I wrote a dummy HelloWorld service and client. It uses Binder for IPC. For some this is likely duh,

[android-developers] dummy Binder/C++ service

2009-11-03 Thread Michael Richardson
I wrote a dummy HelloWorld service and client. It uses Binder for IPC. For some this is likely duh, but it did take me several days of puzzling to work things out. I think some of the problem is that there is some dead code in IMediaPlayerClient.cpp, which I was using as my guide. I'm convinced