转载请注明出处:http://blog.csdn.net/bbld_/article/details/40400031
翻译自:http://developer.android.com/training/material/index.html
前言
这篇文章是官方material design文档翻译的第一篇。关于material design须要了解的知识能够參阅这本中文版的译文电子书。
Material design是一种跨平台的为了视觉、动作、交互设计的综合指南。要在你的Android应用中使用Material design,(你应该)遵循我们的(教程)指南中说明的Material design设计规范和有效的使用新的组件和功能在Android5.0API级别21)。
能够通过以下的几点去创建materialdesign的app。
l Material的主题
l 卡片和列表的控件
l 定制的阴影和view的剪接
l 矢量可绘制对象
l 自己定义动画
课程
Getting Started [Android Material
Design-Getting Started(入门)-(一)]
怎样去使用materialdesign来更新你的app。
Using the Material Theme [Android Material Design-Using the Material Theme(使用Material主题)-(二)]
怎样在你的app中使用material design的主题样式。
Creating Lists and Cards [Android Material Design-Creating Lists and Cards(创建列表和卡片)-(三)]
怎样通过系统的控件去创建外观和感觉融合一致的列表和卡片(布局)。
怎样为你的布局视图创建自己定义的阴影和怎样裁剪视图。
Working with Drawables [Android Material Design-Working with Drawables(使用Drawable)-(五)]
怎样创建矢量可绘制对象。以及怎样着色绘制资源。
Defining CustomAnimations [Android Material Design-Defining Custom Animations(自己定义动画)-(六)]
怎样创建自己定义的动画和activity伴随共享元素的过渡。
Maintaining Compatibility [Android Material Design-Maintaining Compatibility(保持兼容性)-(七)]
怎样去兼容Android5.0之前的版本号。