Hacker News new | ask | show | jobs
by cube13 4841 days ago
> It goes backward. It goes wherever you just were, unless it takes you up a level, and if you just press it again, it takes you back to the app you were in. It's really not hard.

And there's no way to tell if you're at the first "point" of the current application(in which case it will switch you to the previous one), or if it will go back to another place within the app.

And the Android OS doesn't determine what the back button does. Individual applications do. So you're dealing with an OS control button that's extremely context sensitive and application specific. You don't know what the button's going to do until you use it in any app.

1 comments

That's not quite the whole story. Some apps can inject extra state - so when I get an email, pull down and click, read the email and hit "back" it takes me to the inbox. Back again takes me right back where I was.

I mean, come on, someone give me an example of going app->app and the back button not getting you back to where you came from.

I don't think this is exactly what you are referring to, but there are apps, like feedly, where the back button brings you back to the home screen, and not back one screen. I don't know if this is because these apps are "ports" from iOS, or the devs are ignoring Android specific features to make it easier for themselves, or something else.

It's not Android's fault but it does frustrate me that different apps treat the hard button differently. FWIW I would rather have it this way than the way Apple handles it.