[mono-android] Generic Binder object from external jar

2013-09-12 Thread Breyer, Christian
Hello, could someone please tell me how to solve the following issue, if that's possible at all? I'm including an external JAR that exports a Service and a generic Binder class called LocalBinder. The sample code on how to work with the JAR looks like this: public void onServiceConnec

Re: [mono-android] Generic Binder object from external jar

2013-09-12 Thread venkatesh
Hi, Please refer below link . it may be useful for your issue. http://mono-for-android.1047100.n5.nabble.com/Bound-Services-td4872509.html Thanks -- View this message in context: http://mono-for-android.1047100.n

Re: [mono-android] Generic Binder object from external jar

2013-09-12 Thread Breyer, Christian
Thank you for your answer. I'm afraid the issue described in the link you posted is of a different kind. -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von venkatesh Gesendet: Donnerstag, 12. September 2013 12:32

Re: [mono-android] Generic Binder object from external jar

2013-09-12 Thread Jonathan Pryor
On Sep 12, 2013, at 5:59 AM, "Breyer, Christian" wrote: > I’m including an external JAR that exports a Service and a generic Binder > class called LocalBinder. The sample code on how to work with the JAR > looks like this: > > public void onServiceConnected(ComponentName className, IBi