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

2010-06-05 Thread Jiang
Thanks, both of all. 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

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

2010-06-05 Thread Frank Weiss
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.

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

2010-06-05 Thread sachin ravi
Trying using toast notification with custom view. On Sat, Jun 5, 2010 at 10:47 PM, Frank Weiss fewe...@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

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

2010-06-04 Thread Jiang
If my Activity is switched to background, when something takes place, I want to show a dialog without switching the Activity to foreground. In other word, no matter what application is running on foreground, use can watch the dialog. Thanks. -Jiang. -- You received this message

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

2010-06-04 Thread TreKing
On Fri, Jun 4, 2010 at 3:09 AM, Jiang webs...@yahoo.cn wrote: In other word, no matter what application is running on foreground, use can watch the dialog. Let me get this straight - you want to force a popup dialog in front of the user's current activity after they've made the deliberate