Saturday, June 5, 2010

Re: [android-developers] How to show a dialog even if the Activity is in background

Trying using toast notification with custom view.

On Sat, Jun 5, 2010 at 10:47 PM, Frank Weiss <feweiss@gmail.com> wrote:
"Simply, I want to pop up a dialog on the current visible Activity, even if the Activity belongs to other application. And at this time, if my application is running on background (invisible), don't display any Activities (even if the topmost Activity) of my applicatioin except to pop up a dialog."
 
I do not think that's going to work - use the Android notiffication facility that all the other Android applications use. I see those little icons in the top left as applications raising their hands to let me know they have some new status I may be interested in. That's the polite way - not barging up in front of me with a popup while I've doing things that are more inportant to me at the time.
 
 
 

--
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+unsubscribe@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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment