[android-developers] Can a service have an ui?

2012-03-21 Thread guich
Hi, Can an unbound service have also an user interface? I was thinking in the implementation of a message receiver. The service would start minimized, and keep checking for a message, and when it appears, it would maximize the application and show the message, then minimize again. thanks in

Re: [android-developers] Can a service have an ui?

2012-03-21 Thread James Black
You can do a notification to let the user know, then show the info in an Activity. On Mar 21, 2012 8:46 PM, guich guiha...@gmail.com wrote: Hi, Can an unbound service have also an user interface? I was thinking in the implementation of a message receiver. The service would start minimized,