转载请注明出处: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)-(零)的更多相关文章

  1. Material Design系列第一篇——Creating Apps with Material Design

    Creating Apps with Material Design //创建Material Design的App Material design is a comprehensive guide ...

  2. Android Material Design : Ripple Effect水波波纹荡漾的视觉交互设计

     Android Material Design : Ripple Effect水波波纹荡漾的视觉交互设计 Android Ripple Effect波纹荡漾效果,是Android Materia ...

  3. Design with the User in Mind--从用户角度进行设计

    Back to Human Interface Design Design with the User in Mind 从用户角度进行设计 The success of a Mac app depen ...

  4. 【Android】做一款类似我要当学霸里的学习监督的APP

    我要当学霸这款App有个学习监督的功能,当你启动它的时候,你将无法使用其他App,以此达到帮助人提高自觉性,起到监督学习的效果.最近和同学做了个小App,正好有这个功能,所以就来说说它是怎么实现的. ...

  5. Android实训案例(四)——关于Game,2048方块的设计,逻辑,实现,编写,加上色彩,分数等深度剖析开发过程!

    Android实训案例(四)--关于Game,2048方块的设计,逻辑,实现,编写,加上色彩,分数等深度剖析开发过程! 关于2048,我看到很多大神,比如医生,郭神,所以我也研究了一段时间,还好是研究 ...

  6. Android开发之如何保证Service不被杀掉(broadcast+system/app

    Android开发之如何保证Service不被杀掉(broadcast+system/app) 序言 最近项目要实现这样一个效果:运行后,要有一个service始终保持在后台运行,不管用户作出什么操作 ...

  7. Creating Apps With Material Design —— Defining Custom Animations

    转载请注明 http://blog.csdn.net/eclipsexys 翻译自Developer Android,时间仓促,有翻译问题请留言指出.谢谢 定义动画 在材料设计动画让用户与您的应用程序 ...

  8. Creating Apps With Material Design —— Creating Lists and Cards

    转载请注明 http://blog.csdn.net/eclipsexys 翻译自Developer Android.时间仓促,有翻译问题请留言指出,谢谢 创建Lisst和Cards 在你的应用程序创 ...

  9. Creating Apps With Material Design —— Defining Shadows and Clipping Views

    View转载请注明 http://blog.csdn.net/eclipsexys 翻译自Developer Android,时间仓促,有翻译问题请留言指出,谢谢 定义阴影和裁减 材料设计引入了深度的 ...

随机推荐

  1. Spring总结——控制反转,注入(配置和注解两种方式)

    一.Spring的容器: 1.什么是控制反转:传统的方法,当某个java对象A需要调用对象B时,是由调用者(对象A)通过new关键字来创建对象B的(也可以说类A依赖类B),而在Spring中,则是由s ...

  2. MapReuce 编程总结-多MapReduce执行

    学习hadoop,必不可少的就是写MapReduce程序,当然,对于简单的分析程序,我们只需一个MapReduce就能搞定,这里就不提单MapReuce的情况了,网上例子很多,大家可以百度Google ...

  3. watch命令详解(linux)

    watch命令详解(linux)         在维护系统时经常需要实时查看系统的运行情况,比如实时的系统连接数之类的.在linux可以通过watch命令,实时监控每一条命令执行的结果动态变化.   ...

  4. symfony2-不同bundle的entity的一对多关系

    重点:其实和普通一个bundle中一样,只是把entity地址写全就行. 例子: 表commentone (多方) 表shopone(一方) 在Userbundle中的Commentone实体对应关系

  5. codeforces 546D Soldier and Number Game

    题目链接 这个题, 告诉你a, b的值, 那么只需要求出b到a之间的数, 每个数有多少个因子就可以. 具体看代码, 代码里面有解释 #include<bits/stdc++.h> usin ...

  6. vcredist作用

    一.vcredist作用: vcredist_x86.exe是微软公司Visual C++的32位运行时库,包含了一些Visual C++的库函数. vcredist_x64.exe是微软公司Visu ...

  7. Linux 下修改Tomcat使用的JVM内存大小

    我的服务器的配置: # OS specific support.  $var _must_ be set to either true or false. JAVA_OPTS="-Xms10 ...

  8. MyBatis good

    命名解析:为了减少输入量,MyBatis 对所有的命名配置元素(包括语句,结果映射,缓存等)使用了如下的命名解析规则. 完全限定名(比如“com.mypackage.MyMapper.selectAl ...

  9. http 响应头之location

    <pre name="code" class="html">jrhmpt01:/root# cat login_yylc.pl use LWP::U ...

  10. Java程序猿的JavaScript学习笔记(8——jQuery选择器)

    计划按例如以下顺序完毕这篇笔记: Java程序猿的JavaScript学习笔记(1--理念) Java程序猿的JavaScript学习笔记(2--属性复制和继承) Java程序猿的JavaScript ...