摘要:
http://www.cnblogs.com/maowang1991/archive/2013/04/15/3023236.html 桥接模式:http://blog.csdn.net/jason0539/article/details/22568865 阅读全文
摘要:
1. VRTK(StreamVR TOOLKIT):https://github.com/thestonefox/VRTK 2. StrangeIoc 专为c#和Unity写的框架 3. Frame Debugger 帧调试器,用于性能调优 4. Asset Store 一些资源网站 5. Unit 阅读全文
摘要:
架构 https://www.zhihu.com/question/21406685 MVP,MVC,MVVM框架 http://blog.csdn.net/copy_yuan/article/details/51524667 框架 http://www.cnblogs.com/yanghuaji/ 阅读全文
摘要:
良好的编码风格,在工作当中有着非常重要的作用。比如,见名思意,看到函数名,变量名就知道其作用;在给参数命令的时候,能够一眼分辨是全局变量,局部变量,静态变量等。形成良好的个人编码风格,在工作中,能让你事半功倍 阅读全文
摘要:
解决之道:在EditText的父级控件中找一个,设置成 android:focusable="true" android:focusableInTouchMode="true" 这样,就把EditText默认的行为截断了! 阅读全文