Yep, this is fine for a *local* Service.

For a Service that could be remote, you'd need some other way of 
communicating (Service sending BroadCasts to a BroadCastReceiver in/of the 
Activity; ResultReceiver provided by the Acivity to the Service; AIDL; etc).

On Wednesday, September 4, 2013 10:56:15 AM UTC-4, RLScott wrote:
>
>
> I suppose from the absence of critiques of this method that no one sees 
> anything wrong with it.  If that is the case then why have I not seen any 
> examples using this very simple method of a service triggering an event in 
> an activity that has bound to the service?
>
> Robert Scott
> Hopkins, MN
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to