-
Notifications
You must be signed in to change notification settings - Fork 376
Material Design
ZieIony edited this page May 7, 2015
·
1 revision
Material Design is just a concept. A set of guidelines for designers. It means that anyone can implement it using any tools on any platform. Android Lollipop makes that easier by providing built-in shadows, ripples, elevation system and clipping. Most of Lollipop things can be easily implemented on older Android versions. Carbon tries to resemble Lollipop's additions on older platforms, just like AppCompat would.
To implement each of these concepts it's neccessary to understand the principles and find the correct APIs. Let's go through the Lollipop's features and see how are they done.
Copyright 2015 Marcin Korniluk 'Zielony'