The-Android-Developer-Site-Navigation
A Site Navigation for Android Developers
官网
Android Developer
Android Training 中文版
Android API中文版
Android API指南中文版
Android设计指南中文版
Material D...
分类:
移动开发 时间:
2014-12-18 18:58:26
阅读次数:
267
Access Database Design and ProgrammingADO:Active Data ObjectsASP in a NutshellDeveloping ASP ComponentVBScript in a NutshellWin32 API Programming with...
分类:
其他好文 时间:
2014-12-18 18:39:33
阅读次数:
162
The-Android-Developer-Site-Navigation
A Site Navigation for Android Developers
官网
Android Developer
Android Training 中文版
Android API中文版
Android API指南中文版
Android设计指南中文版
Material D...
分类:
移动开发 时间:
2014-12-18 16:55:13
阅读次数:
276
inline-block和inline都是不需要浮动就可以成行的,但是他们成行的效果不同。inline和浮动中的block是顶着上边,inline-block是像被一根绳子从垂直方向的中心穿过去。这个被绳子串着居中的效果却是很多design认为很“美”的。。要在以前,没有inline-block的时...
分类:
其他好文 时间:
2014-12-18 16:31:03
阅读次数:
217
今年6月的Google I/O大会上,Android L的初次见面我相信让会让很多android粉丝有些小激动和小期待,当然作为开发者的我来说,激动不言而喻,毕竟这是自08年以来改变最大的一个版本。新的设计语言(Material Design),5000多个新增api。废话不多说,今天要说的基本都是在Android5.0中很常见,也算是对自己学习的一种记录。
1.CardView
顾名思义,C...
分类:
移动开发 时间:
2014-12-18 15:16:56
阅读次数:
315
题目链接:https://oj.leetcode.com/problems/min-stack/
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop(...
分类:
其他好文 时间:
2014-12-17 16:28:46
阅读次数:
181
Material Design是Google在2014年的I/O大会上推出的全新设计语言。Material Design是基于Android 5.0(API level 21)的,兼容5.0以下的设备时需要使用版本号v21.0.0以上的support v7包中的appcpmpat....
分类:
移动开发 时间:
2014-12-17 12:53:58
阅读次数:
280
直接上代码: /// /// 更改模型材质 /// /// 要更改的类型如【Color,Texture,Material】 /// Transform数组 /// private void UpdateModelMaterial(Transform[]...
分类:
其他好文 时间:
2014-12-16 20:58:00
阅读次数:
171
最近的一些小的update:
1.normal map VS bump map
2.material LOD 细节更新
3.UV坐标系
分类:
其他好文 时间:
2014-12-16 13:10:45
阅读次数:
281
JavaScript Application Architecture On The Road To 2015I once told someone I was an architect. It’s true in a way since I now have to design an intric...
分类:
移动开发 时间:
2014-12-16 09:52:28
阅读次数:
480