IOS Material Design

Is it a good idea to use Google Material Design in an iOS project?

I'm working on a project that works on iOS and Android, on Android we use Material Design, but when I try to do the same on iOS, the UX is not that good, is it just my perception or has someone had the same experience before?

+3


source to share


2 answers


From my experience with some Google Apps, it is quite possible to use Material Design in iOS. In fact, the material design is not platform specific.

Will he "break" "Look and Feel" with the rest of the system? Yes, curious. But you can definitely do it and get good results and nice UX.

Some good examples are: Youtube , Hangouts , Google Maps .

And a non-Google example: Homeslice .



enter image description here

The point is, you will probably have to develop some components / widgets to achieve this.

Read more about Material Design here . And this discussion is discussed here .

+1


source


Material design is not specifically targeting the platform. Its a design specification with a set of guidelines for building any system. The guidelines are outlined for achieving the best UX.



So, you should be able to create a material design themed app for any target project. If you are an ios guy, you can get some inspiration by looking at some sample apps built on top of the theme. Google inbox app or sample content creation app

+1


source







All Articles