On Mon, Mar 1, 2010 at 10:30 AM, Sam <[email protected]> wrote: > Basically I'm trying to get a popup notification that will work > independently of the Activity underneath it. Basically I want a > message to be on top of an Activity and stays there even if a timer > kicks in a the Activity transitions to another. >
Well, you could use a Toast message, that will stay up regardless of what's going on, but that's timed and will go away eventually. I highly doubt that you will be able to do this otherwise. And why do you want to do this anyway? There's probably a better strategy as far as usability is concerned. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

