Re: [mono-android] Bound Services

2011-10-05 Thread Jonathan Pryor
On Oct 5, 2011, at 8:41 AM, dgoughnour wrote: > Any one have an example of a bound service in Mono for Android. https://github.com/xamarin/monodroid-samples/blob/master/ApiDemo/App/LocalServiceActivities.cs#L64 > I am by no > means an expert at services but this looks pretty straightforward. My >

Re: [mono-android] Bound Services

2011-10-05 Thread dgoughnour
OK, my first problem was apparently an Android issue/feature that causes BindService to fail in a TabActivity. The work around is to call this.ApplicationContext.BindService which appears to work. I can now bind to and send/receive messages between two C# activities. Now I will try and get my Java