Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)相关的知识,希望对你有一定的参考价值。

转载请注明出处: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(创建列表和卡片)-(三)]

怎样通过系统的控件去创建外观和感觉融合一致的列表和卡片(布局)。

Defining Shadows andClipping Views  [Android Material Design-Defining Shadows and Clipping Views(定义阴影和裁剪视图)-(四)]

怎样为你的布局视图创建自己定义的阴影和怎样裁剪视图。

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之前的版本号。

以上是关于Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)的主要内容,如果未能解决你的问题,请参考以下文章

Android Material Design UI 和没有 Material Design 的 Android UI 有啥区别?

Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)

android material design

使用 AppCompat/Material 主题膨胀类 com.google.android.material.appbar.AppBarLayout 时出错

Android Material官方取色地址

添加“com.google.android.material:material:1.0.0-beta01”后,我们在创建签名 APK 时遇到了问题