码迷,mamicode.com
首页 >  
搜索关键字:material desgin    ( 1439个结果
自动生成材质Material(Unity3D开发之十九)
项目中,有时候导入一些资源时候,需要对应创建材质球,如果每次自己动手创建,还是挺麻烦的,下面是如何导入资源时候自动创建材质球。using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEditor; using System.IO;public class BuildMateri...
分类:编程语言   时间:2015-07-12 23:23:02    阅读次数:561
高逼格UI-ASD(Android Support Design)
绪今年的Google IO给我们android开发着带来了三样很屌很屌的library: ASD(Android Support Design) APL(Android Percent Layout) DBL(Data Binding Library) 这三个库都是很屌很屌的库,第一个可以让我们在低版本的Android上使用Material Design,第二个是为了更好的适...
分类:移动开发   时间:2015-07-12 17:33:51    阅读次数:769
InstaMaterial-优秀的Android开源项目
InstaMaterial是Github上的一个使用Material Desigin概念重新设计的Instagram Demo APP,在代码中实现了很多Material Desigin动画效果,是我们学习好资源。...
分类:移动开发   时间:2015-07-12 17:33:28    阅读次数:469
Material Design之NavigationView和DrawerLayout实现侧滑菜单栏
本文将介绍使用Google最新推出规范式设计中的NavigationView和DrawerLayout结合实现侧滑菜单栏效果,NavigationView是android-support-design包下的一个控件,该包下还有AppBarLayout、CoordinatorLayout、FloatingActionButton、SnackBar、TabLayout控件,也是Google在Andro...
分类:其他好文   时间:2015-07-12 09:50:39    阅读次数:20145
【概率】poj 2096:Collecting Bugs
Description Ivan is fond of collecting. Unlike other people who collect post stamps, coins or other material stuff, he collects software bugs. When I....
分类:其他好文   时间:2015-07-11 22:50:57    阅读次数:158
Material Design之CardView的使用
本文介绍CardView这个控件的使用,CardView继承至FrameLayout类,是support-v7包下的一个类,使用时必须引入cardview依赖包,可在下载的sdk文件夹中找到。。。 使用CardView可以实现卡片式布局效果,非常好看,卡片还可以包含圆角、阴影、背景。CardView是一个ViewGroup,布局时包含其它的View从而实现优雅界面效果。 首先来看看个界面效果:...
分类:其他好文   时间:2015-07-10 16:48:36    阅读次数:110
使用Material Design 创建App翻译系列---列表和卡片集的创建
上一篇是使用Material Design 创建App翻译系列—-材料主题的使用(Using Material Theme),进入正题:想要在应用里创建Material Design风格的复杂列表和卡片,可以使用RecyclerView 和 CardView 控件。创建列表RecyclerView 控件是一个比ListView更加优越和灵活的控件。这个控件是一个通过有限个数的视图来显示大型数据集并能...
分类:移动开发   时间:2015-07-09 16:18:00    阅读次数:229
安卓开发工具资料
2015年7月7日 14:17:13 星期二 不想学java? 不想学oc? 想用css+javascript写移动应用? 看看下边文章吧Material DesignWeb框架Apache Cordova web 开发移动应用Ionic 框架(css + angularJs + apache co...
分类:移动开发   时间:2015-07-07 16:32:40    阅读次数:136
2015最流行的android组件、工具、框架大全(后续)
2015.07.07 FlyRefresh 创意Replace的Android实现,很cool. fab-toolbar Material Design风格的FAB工具栏效果 MaterialViewPager ViewPager, Material Design风格 TwitterCover-Android PolygonImageView...
分类:移动开发   时间:2015-07-07 14:51:17    阅读次数:138
HTML5 UI design based on Google Material
HTML5 UI design based on Google Materialhttp://daemonite.github.io/material/https://github.com/daemonite/material
分类:Web程序   时间:2015-07-07 14:41:43    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!