[mono-android] Binding services

Jon Dick jondick at gmail.com
Wed Mar 23 13:30:22 EDT 2011


In case it's not obvious, I should add, just doing an event this way doesn't
of course cause the service to start.  You may still need to StartService
from the activity, or however you decide to invoke your service (there's a
lot of ways, especially if you use an alarm to trigger the service).

---
Jon

On Wed, Mar 23, 2011 at 6:11 AM, Brian Long <brian at blong.com> wrote:

> Thanks Jon, that's very helpful info, and shows I had less of a grasp of
> what was going on (thanks to reading the Java stuff) than I thought
>
> - Brian
>
>
> On 23 March 2011 01:04, Jon Dick <jondick at gmail.com> wrote:
>
>> Not sure if this has made it into the latest release or not, but check out
>> this issue:
>>
>> https://bugzilla.novell.com/show_bug.cgi?id=665345
>>
>> <https://bugzilla.novell.com/show_bug.cgi?id=665345>I had proposed some
>> changes to how we bind services to make things a bit easier.  Either way you
>> can see how to do it here (roughly).
>>
>> ---
>> Jon (aka Redth)
>>
>>
>> On Tue, Mar 22, 2011 at 8:15 PM, Brian Long <brian at blong.com> wrote:
>>
>>> Am I right in thinking that binding to a service is not on the table with
>>> MonoDroid?
>>>
>>> I was reading about the AIDL stuff and the generation of client stub
>>> classes and remote interfaces based on IBinder, which presumably knocks that
>>> one out, unless I've missed something large
>>>
>>> Clarification apprecaited
>>>
>>> Thanks
>>>
>>> - Brian
>>>
>>> _______________________________________________
>>> Monodroid mailing list
>>> Monodroid at lists.ximian.com
>>>
>>> UNSUBSCRIBE INFORMATION:
>>> http://lists.ximian.com/mailman/listinfo/monodroid
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/mailman/private/monodroid/attachments/20110323/f6c6489f/attachment.html 


More information about the Monodroid mailing list