[android-developers] Re: Want a background Service to show Toasts on Device Screen

2009-03-21 Thread jsm
The approach I took was to set the UI handler to the service, then pass the message via that handler and then UI displays it using Toast. I don't know if this is the most efficient , but it works. Dianne Hackborn wrote: > Yes toasts can be shown by anyone; that is one of their main purposes. > >

[android-developers] Re: Want a background Service to show Toasts on Device Screen

2009-03-20 Thread Dianne Hackborn
Yes toasts can be shown by anyone; that is one of their main purposes. On Fri, Mar 20, 2009 at 9:22 AM, Graeme wrote: > > Hi > > I have a background service component which is reacting to changes in > network connectivity. > I would like to alert the user that a a connectivity change event has >