官方 Material Design App

[转]MaterialDesignCenter

发表回复

转:

https://github.com/lightSky/MaterialDesignCenter

MaterialDesignCenter

Collection of material design libs and res.

如果你也有不错的Material Design相关资源,可直接Commit,但在Commit之前,请进行Preview changes,保持整体的美观性,图片的命名和规格可以参照已提交的图片。 欢迎大家Star、Fork 

资源

Material Design介绍:

http://www.google.com/design/spec/material-design/introduction.html

设计资源

https://github.com/google/material-design-icons

官方Blog

AppCompat v21 — Material Design for Pre-Lollipop Devices!
Implementing material design in your Android app
Material Design on Android Checklist

Google 2014: https://github.com/google/iosched
  
(下载地址:http://vdisk.weibo.com/s/av06eFs1kWSeE 如果需要梯子,文件夹下的另一个fqrouter会帮到你)

视频教程

https://www.youtube.com/watch?v=97SWYiRtF0Y&feature=youtu.be
https://www.youtube.com/watch?v=S3H7nJ4QaD8

Material Libs

示例集合

https://github.com/navasmdc/MaterialDesignLibrary
     

https://github.com/keithellis/MaterialWidget

Android-Material-Example https://github.com/rengwuxian/MaterialEditText

https://github.com/mikepenz/Android-LollipopShowcase
 

https://github.com/rahulparsani/google-io-2014-compat
 

https://github.com/romainguy/google-io-2014
 

https://github.com/dexafree/MaterialList
 

https://github.com/saulmm/Android-Material-Example
 

FAB

https://github.com/FaizMalkani/FloatingActionButton(无图)
https://github.com/futuresimple/android-floating-action-button
 

https://github.com/telly/FloatingAction

https://github.com/makovkastar/FloatingActionButton

https://github.com/flavienlaurent/tickplusdrawable

Menu & Drawer

https://github.com/markushi/android-ui

https://github.com/balysv/material-menu

https://github.com/ikimuhendis/LDrawer

https://github.com/kanytu/android-material-drawer-template

Tricks

https://github.com/ksoichiro/Android-ObservableScrollView
 
https://github.com/Kennyc1012/SnackBar

Ripple

https://github.com/markushi/android-ui

https://github.com/traex/RippleEffect

https://github.com/siriscac/RippleView

https://github.com/skyfishjy/android-ripple-background

Transition

https://github.com/saulmm/android_L_preview_example(图太大)
https://github.com/andkulikov/transitions-everywhere

Vector

https://github.com/chiuki/animated-vector-drawable
 

Dialog

https://github.com/drakeet/MaterialDialog

https://github.com/r0adkll/PostOffice
  

https://github.com/lewisjdeane/L-Dialogs

转http://www.codezyw.com/2014/11/10/%E8%BD%ACmaterialdesigncenter/

时间: 2024-10-04 18:18:45

官方 Material Design App的相关文章

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时代

由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Design 官方Material Design详细介绍文档:http://www.google.com/design/spec/material-design/introduction.html 关于Material Design是Android 5.0系统的重头戏,并在以后App中将成为一种设计标准,而

【Android】进入Material Design时代

由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Design 官方Material Design详细介绍文档:http://www.google.com/design/spec/material-design/introduction.html Material Design是Android 5.0系统的重头戏,并在以后App中将成为一种设计标准,而且随

Material Design & Android 5

最近研究了一下Material Design和Android 5的新特性,这里做下总结归纳. Material Design在我认为就是类似于卡片一样的设计,当然并不只是卡片,material design可以把一个布局或者控件当做实际生活中得一个卡片来对待. 那么具有以下几个方面的属性(具体参照http://www.google.com/design/spec/material-design/introduction.html 上面某些效果看起来还是挺炫的): 物理属性——卡片是三维的,在z坐

使用Material Design 创建App翻译系列----材料主题的使用(Using Material Theme)

上一篇是使用Material Design 创建App翻译系列--開始学习篇,进入正题: 新的材料主题提供了下面内容: 1. 提供了同意设置颜色板的系统部件组件. 2. 为这些系统组件提供了触摸反馈动画. 3. Activity的过渡动画. 依据你的品牌标识,使用你所控制的颜色板能够自己定义材料主题的外观. 使用主题的属性能够给ActionBar 和 status bar进行着色. 系统部件拥有新的设计和触摸反馈动画.你能够为你的应用自己定义颜色板.触摸反馈动画以及Activity之间跳转的过渡

开发 Material Design+RxJava+Retrofit+MVP App 参考资料

前言 在开发一个基于 Material Design+RxJava+Retrofit+MVP 框架的 App 过程中学习的资料整理 —— 由G军仔分享 这里记录了我开发 大象 项目时,所学习的开发资料以及参考的开源项目,稍微整理了一下,全当笔记记录,跟大家一起分享,也许能给正在使用 RxJava + Retrofit + MVP + Material Design 框架开发的人一个参考学习,如果有人从我分享的资料当中学习到东西,那是我的荣幸,希望大家能与我一起努力. 之前看到很多人都使用 RxJ

使用Material Design 创建App翻译系列---列表和卡片集的创建

上一篇是使用Material Design 创建App翻译系列--材料主题的使用(Using Material Theme),进入正题: 想要在应用里创建Material Design风格的复杂列表和卡片,可以使用RecyclerView 和 CardView 控件. 创建列表 RecyclerView 控件是一个比ListView更加优越和灵活的控件.这个控件是一个通过有限个数的视图来显示大型数据集并能够高效滚动的容器. 当你有数据集合是基于用户动作或者网络事件而在运行时改变数据元素的时候你可

手把手教你打造一个Material Design风格的App(二)

--接上文. 3.1添加ToolBar(ActionBar) 添加ToolBar非常简单,你需要做的仅仅是为toolbar创建一个单独的layout布局,如果你想在哪里展示toolbar,只要在对应布局里将toolbar的布局文件include进来即可. (8)在res-->layout文件夹下创建一个名为toolbar.xml的文件,然后在里面添加一个android.support.v7.widget.Toolbar元素,这样就创建了一个具有特定高度和主题的toolbar. toolbar.x

手把手教你打造一个Material Design风格的App(三)

--接上文. 3.2添加抽屉导航 添加导航抽屉跟Android 5.0之前是一样的,只是以前我们使用ListView来作为菜单容器,现在我们则使用Material Design风格的RecyclerView. (14)在你工程的java文件夹中,创建3个名为activity.adapter.model的包,将MainActivity.java移到activtiy包中,这样做使得你的代码可以很好地组织和管理. (15)打开位于app模块下的build.gradle文件并添加如下依赖.添加完依赖之后