or alternatively, if you don't use any activities, (I'm not sure if a
service can register recvr) you can register one in the manifest.

You send to it via something like:
Intent i = new Intent("filterIputinManifest");
...
(fill extras here)
sendbroadcast(i);


Not literal code but there are TONS of examples on the net as well in the
git for mono

On Fri, Aug 3, 2012 at 2:31 PM, Sayed Arian Kooshesh <koosh...@gmail.com>wrote:

> yeah, you can use broadcast receivers. Use register receiver in your on
> start and unregister on stop. Similarly you put extras to pass around info.
>
> On Fri, Aug 3, 2012 at 2:30 PM, Renato Degelo <rdeg...@gmail.com> wrote:
>
>> The problem is that i want access this Service from other applications.
>> Is it
>> possible without IPC?
>>
>>
>>
>> --
>> View this message in context:
>> http://mono-for-android.1047100.n5.nabble.com/IPC-and-Mono-for-Android-tp5711168p5711174.html
>> Sent from the Mono for Android mailing list archive at Nabble.com.
>> _______________________________________________
>> Monodroid mailing list
>> Monodroid@lists.ximian.com
>>
>> UNSUBSCRIBE INFORMATION:
>> http://lists.ximian.com/mailman/listinfo/monodroid
>>
>
>
>
> --
> Extreme Knowledge is not something for which he programs a computer but
> for which his computer is programming him.
>
> -Wozniak
>



-- 
Extreme Knowledge is not something for which he programs a computer but for
which his computer is programming him.

-Wozniak
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to