Tuesday, June 29, 2010

Re: [android-developers] How To Override the “Back” button so it doesn’t Finish() my Activity?

> I currently have an Activity that when it gets displayed a
> Notification will also get displayed in the Notification bar.

I think that's incorrect usage of the notification area. It's for
showing status changes and allowing the user to respond to them. I
think you're trying to use it as a task bar. If every application did
this, the notfication area would get very cluttered.
>
> This is so that when the User presses home and the Activity gets
> pushed to the background they can get back to the Activity via the
> Notification.

This can be acheived with Android's multi-tasking feature. Just
long-touch the Home button and select a recent activity. That's much
more like a task bar, if that's what you're trying to acheive.

--
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