Home

Kenny's Blog

04 Feb 2016

Some Thoughts About Material Design

The phrase “Material Design” started popping up everywhere since Google released it in June 2014. If you’re a software developer familar with the latest web trends, odds are you know what it is. But if you’re not familar with it, Material Design can be a little confusing. What the heck is it anyways? A framework? A CSS library?

So What is Material Design?

This is straight from Google’s Material Design Website.

We challenged ourselves to create a visual language for our users that synthesizes the classic principles of good design with the innovation and possibility of technology and science.

So based off that statement, it doesn’t appear to be the following things:

  • Not a framework
  • A library
  • Not a technical concept
  • Not a programming language

Google mentions that it is a “design language” for their users, which I think in this case means both normal users and developers. So what the heck is a design language?

Design Language

Wikipedia’s entry on design language pretty much explains that it’s a particular style that is used to guide the design of products:

A design language or design vocabulary is an overarching scheme or style
that guides the design of a complement of products or architectural settings.

After looking through most of the other pages, this seems to be true. Google has created a philosophy that it’s designers feel is appropriate for making applications, whether they are Android or web applications.

And honestly the engineer in me thinks that the explanations of how Material Design works is really slick and detailed. The explanation for the visual design makes sense - you should create elements with details inspired from real objects to give your users some cues to what is happening and where things are going.

</img>
Slick, right?

Implementations

Although Material Design is actually a design guideline, Google does have an official material design library on their website for anyone to get started.

But since it IS a design guideline that is open, anyone is free to make their own libraries that follow the guideline that Google has set out.

So What Should I Be Using?

You should be using Vim. Just kidding.

The answer is, of course - it depends. With any software library or package it depends on what you’re using it for. Most of the development that I do is pretty small scale, the reason I wrote this whole article was to get a better idea of which framework was best to use as you’re developing the entire application, backend and all. I really care about the tradeoff between how easy it is to use and how good it looks.

So by that standard, my suggestion would to just use the Bootstrap Material design library - I’ve had a lot of success using bootstrap on my personal website and projects. The advantage of staying in the bootstrap ecosystem is that there’s plenty of support online for bootstrap - everyone and his/her own mother seems to be using it nowadays.

Google’s own Material Design Lite library also doesn’t appear to have as many features… their website even states this:

We optimise for websites heavy on content, such as marketing pages, articles, blogs and general web content that isn’t particularly app-y.

It seems to imply that if you’re trying to do something that is a little more “app-y” that you shouldn’t use the Material Design Lite library.

The Bauhaus

Google’s Material Design actually reminded me a lot of the styles that came out of the Bauhaus, a group founded by an architect to drive modern art forward. A lot of the Bauhaus works and the Material Design forms are very similar. If you search around, you’ll start to see a lot of the geometric and simplistic similarities.

<img style="height:500px" src="http://sysanin.com/wp-content/uploads/2015/10/bauhaus-furniture-popular-with-images-of-bauhaus-furniture-style-fresh-at-ideas.jpg">
</img> <br />
This particular piece looks like it's straight from Google's campus... but it's not!



<img style="height:500px" src="http://www.greatbuildings.com/gbc/images/cid_1250959206_bauhaus_P8062363.jpg">
</img>
<br />
Even the buildings show a similar design language 

A Means to an End?

I think Material Design promises to make things easier for both developers and users - if, we as developers and designers take into account those guides it’ll be easier to develop something that user will like. And uses will be provided with something that is consistent, visually pleasing and easy to use.

But if Material Design is just a style, a design language, I wonder what other styles will pop up in the years after this. Honestly, if everything was stylized in the Material Design way, I might get bored. Just like in the same way it’s nice and pleasing to see types of architecture and design, it might be nice to have some other alternatives. Material Design looks great, and I’m even more excited to see what other people will create after this.