Re: [mono-android] Remote Service Invocation

2011-11-30 Thread Jonathan Pryor
On Nov 24, 2011, at 9:50 AM, Venky wrote: > I search a lot and found this example. > http://stackoverflow.com/questions/6365273/monodroid-for-android-service > > How can another apk consume the music service? Depends on how, exactly, you want to consume the Service. For the sample code at [0], y

[mono-android] Remote Service Invocation

2011-11-26 Thread Venky
I search a lot and found this example. http://stackoverflow.com/questions/6365273/monodroid-for-android-service How can another apk consume the music service? In the example, the activity and the music service must be in the same apk. I'm stuck here. Any help is appreciated. -- View this messag