"more beautiful than android and iPhone "... talk about burying the lead.
Untitled topic
11–20 of 136 posts
Re: undefined
#12"more beautiful than android and iPhone "... talk about burying the lead.
Re: undefined
#13For years MS genes to arrive late and win worked: Windows after Apple, Word after Word-perfect, Excel after Lotus/Borland, networks after Novel, Xbox after Nintendo. They didn't succeed to change this mode, although it doesn't work anymore (search, Zune, mobile). Future is for leaders or way-fast movers.
The future will be like the past, because in the past, the future was like the past.
Re: undefined
#14The anal-retentiveness required to honestly differentiate between navigating an iphone and an android is ridiculous. They both have grids of 4 icons wide. Android scrolls vertically, iphone scrolls horizontally. You touch the icon to launch app. The idea that there is room between android and iOS for a 2nd favorite mobile OS, based upon navigation of app screens is laughable. Either its better than both of them, or i…
The big difference is Android uses a standard back button for all applications. This leads Android users to end up mashing a lot of buttons at random, to try and get what they want - it's actually quite a bad UI, and it was just translated from the web clumsily.
On iPhone, each app has its own navigation method, based on the requirements of the app. The main nav options for an iPhone app are:
* a navigation bar that stacks a series of views, with a back button.
* a tab bar which gives a 4-5 ever-present options on bottom
* a single view with buttons for menus
Even when you implement a nav bar for an app, which is similar to Android, it's much better, because the stack of views is deterministic. You can never tell what the Back button will do on an Android app.
Re: undefined
#15Re: undefined
#16The navigation paradigma Microsoft uses is not for me, I prefer Apple's more natural approach. Also, most apps in the store look the same (establishing context by design, anyone?) because there are only so many possibilities of laying out monochrome elements (mostly HUGE text) on a black or photo background. But I'm clearly not part of the intended audience, Woz demonstrates that there are people who like that.
Re: undefined
#17The anal-retentiveness required to honestly differentiate between navigating an iphone and an android is ridiculous. They both have grids of 4 icons wide. Android scrolls vertically, iphone scrolls horizontally. You touch the icon to launch app. The idea that there is room between android and iOS for a 2nd favorite mobile OS, based upon navigation of app screens is laughable. Either its better than both of them, or i…
There is a gigantic difference in how an Android and iPhone navigate. Develop the same app for both and you will see that clearly. The big difference is Android uses a standard back button for all applications. This leads Android users to end up mashing a lot of buttons at random, to try and get what they want - it's actually quite a bad UI, and it was just translated from the web clumsily. On iPhone, each app has it…
Re: undefined
#18I don't know why the other comment's been killed, but this is blogspam. Original story here, from the ones that actually interviewed Wozniak: http://anewdomain.net/2012/04/26/apple-founder-inventor-stev...
(Blogspam originally implied a blog post that copy-pastes the entire original article, possibly adding one or two sentences of "commentary". This article clearly has more meat than that -- it's at least a good faith effort to provide some context.)
Re: undefined
#19The anal-retentiveness required to honestly differentiate between navigating an iphone and an android is ridiculous. They both have grids of 4 icons wide. Android scrolls vertically, iphone scrolls horizontally. You touch the icon to launch app. The idea that there is room between android and iOS for a 2nd favorite mobile OS, based upon navigation of app screens is laughable. Either its better than both of them, or i…
There is a gigantic difference in how an Android and iPhone navigate. Develop the same app for both and you will see that clearly. The big difference is Android uses a standard back button for all applications. This leads Android users to end up mashing a lot of buttons at random, to try and get what they want - it's actually quite a bad UI, and it was just translated from the web clumsily. On iPhone, each app has it…
The new navigation guidelines have back behaving as previously, but call for an "Up" button that navigates the app's hierarchy.
http://developer.android.com/design/patterns/navigation.html
-wrong below!-
I think the updated design guide for ICS Android calls for the back button to ascend up the hierarchy of the app, rather than taking you to whatever screen you were last on. (So it is now supposed to be deterministic.) There are also better guidelines for how to provide in app navigation.
It'll probably take quite a while to catch on.