I think that material is great design, but terrible strategy and in the end may land up resulting in the Android design space being worse, not better. For years google (and many members of the design community) made a very successful argument that android apps should look and act like android apps, and iOS apps should look and act like iOS apps and web apps should act like web apps. Trying to achieve design consisten…
Top designers react to Google’s new ‘Material’ design language
21–30 of 86 posts
Re: Top designers react to Google’s new ‘Material’ design language
#22I think that material is great design, but terrible strategy and in the end may land up resulting in the Android design space being worse, not better. For years google (and many members of the design community) made a very successful argument that android apps should look and act like android apps, and iOS apps should look and act like iOS apps and web apps should act like web apps. Trying to achieve design consisten…
I read "platforms" in that sentence as the different Google platforms: Android on phones, Android on tablets, TV, Chrome, etc.
Though typically I disagree with what he has to say John Gruber of daring fireball seems to think the same way I do:
"If there’s a hitch, it’s that Google seems to be promoting this as a cross-platform design framework — a way to design just one interface for both iOS and Android. Google’s own apps for iOS already feel like weird moon man apps; now they’re encouraging third-party developers to follow their style rather than iOS’s."
Re: Top designers react to Google’s new ‘Material’ design language
#23I think that material is great design, but terrible strategy and in the end may land up resulting in the Android design space being worse, not better. For years google (and many members of the design community) made a very successful argument that android apps should look and act like android apps, and iOS apps should look and act like iOS apps and web apps should act like web apps. Trying to achieve design consisten…
I'm guessing that the strategic advantage is to cut off Apple's knees. Apple's key differentiator has been design; this filters down into all the apps written for their platform, so that consumers say they choose iOS "because the apps are better-designed". Google wants a critical mass of iOS & web developers to choose Material instead, and make the Material design good enough that users won't prefer native iOS apps over Material apps. Then iOS becomes a fragmented mess of native, Material, and Cordova/PhoneGap apps, while Android is all unified Material design down to the OS, and mobile websites just look like Android.
IMHO it's brilliant strategically, though it's kinda dick-ish toward Apple. There are a couple huge unknowns though, like whether startup founders will adapt Material, whether those that do become large mobile successes, and whether Apple will even allow Material apps into the app store (they've been known to ban PhoneGap apps before for not following native look & feel guidelines).
Re: Top designers react to Google’s new ‘Material’ design language
#24How have their APIs improved to allow developers to easily animate things in the way they demonstrated?
It's great to have a strong design direction, but providing the APIs to make it easy to realise that design is just as important.
Re: Top designers react to Google’s new ‘Material’ design language
#25One of the things I noticed about Google's design demos was that they looked very bespoke. Each app had some really cool but very custom animations. (For example the play button in the music app jumping out and filling a rect with an animated circular fill.) How have their APIs improved to allow developers to easily animate things in the way they demonstrated? It's great to have a strong design direction, but providi…
http://developer.android.com/preview/material/animations.htm...
For example the play button jumping out would probably be a single call to ViewAnimationUtils.createCircularReveal()
One of the problems with the old Holo design language was that people were doing great things with it, but much of it had to be custom made. The API's simply weren't meant to be stretched and pulled in the directions people were going. At the moment it appears that this is one of the major problems Material is addressing.
Re: Top designers react to Google’s new ‘Material’ design language
#26Re: Top designers react to Google’s new ‘Material’ design language
#27One of the things I noticed about Google's design demos was that they looked very bespoke. Each app had some really cool but very custom animations. (For example the play button in the music app jumping out and filling a rect with an animated circular fill.) How have their APIs improved to allow developers to easily animate things in the way they demonstrated? It's great to have a strong design direction, but providi…
Re: Top designers react to Google’s new ‘Material’ design language
#28Re: Top designers react to Google’s new ‘Material’ design language
#29One of the things I noticed about Google's design demos was that they looked very bespoke. Each app had some really cool but very custom animations. (For example the play button in the music app jumping out and filling a rect with an animated circular fill.) How have their APIs improved to allow developers to easily animate things in the way they demonstrated? It's great to have a strong design direction, but providi…
Well, Disclaimer: I haven't actually used the API's. However on paper they look quite good: http://developer.android.com/preview/material/animations.htm... For example the play button jumping out would probably be a single call to ViewAnimationUtils.createCircularReveal() One of the problems with the old Holo design language was that people were doing great things with it, but much of it had to be custom made. The AP…
Re: Top designers react to Google’s new ‘Material’ design language
#30I think that material is great design, but terrible strategy and in the end may land up resulting in the Android design space being worse, not better. For years google (and many members of the design community) made a very successful argument that android apps should look and act like android apps, and iOS apps should look and act like iOS apps and web apps should act like web apps. Trying to achieve design consisten…
I think the idea is that there are ready-made toolkits for Material that will give you the same design across iOS, Android, and web, and so if it's easy to develop in, why not use them? As a startup founder, I have to say it makes a lot of sense. My core competency is finding & serving my own market, I don't have time to wrestle with designing for 3 platforms. I'm guessing that the strategic advantage is to cut off A…
Frankly though, I can't see any of your huge unknowns ever coming to pass. Almost all startup founders and designers I know use iPhones. Many still have trouble understanding why they should pay attention to Android design at all. If material ever does start to pick up momentum on iOS I can see Apple wielding the ban hammer liberally. Everything they have done in the past shows they are not shy about removing apps they feel aren't in Apple's best interests.