05 2015 档案
摘要:adb logcat -v time | grep sceenshot
阅读全文
摘要:https://github.com/bboyfeiyu/android-tech-frontier/tree/master/android-blog/Google%2B%20%E5%9B%A2%E9%98%9F%E7%9A%84%20Android%20UI%20%E6%B5%8B%E8%AF%9...
阅读全文
摘要:https://github.com/bboyfeiyu/android-tech-frontier/tree/master/others/%E5%A6%82%E4%BD%95%E5%9C%A8%E6%9C%AC%E5%9C%B0%E6%90%AD%E5%BB%BA%E4%B8%80%E4%B8%A...
阅读全文
摘要:LOCAL_PATH := $(call my-dir)//标准mk语句,指编译路径,所有mk文件第一句都是这个/**这个模块表示引用了一个本地的静态库include $(CLEAR_VARS) //清除各种变量,因为这些变量是静态全局的,如果清除,下次编译时又会用到这些变量造成出错LOCAL_MO...
阅读全文
摘要:http://blog.csdn.net/highning0007/article/details/37991787Unity3d之截图方法分类:Unity3D2013-11-28 17:131014人阅读评论(2)收藏举报AnYuanLzhunityunity3d截屏下面是我总结的、在u3d中的,...
阅读全文
摘要:http://blog.csdn.net/ganpengjin1/article/details/19088921我们要保存当前的运行的scene的截图的话,我用到CCRenderTexture,看例子代码:[cpp]view plaincopyCCSizesize=CCDirector::shar...
阅读全文
摘要:http://blog.csdn.net/innost/article/details/9008691经作者授权,发表Tieto某青年牛的一篇《程序员》大作。Android系统性能调优工具介绍在软件开发过程中,想必很多读者都遇到过系统性能问题。而解决系统性能问题的几个主要步骤是:测评:对系统进行大量...
阅读全文
摘要:https://github.com/evant/gradle-retrolambda/issues/23class file for java.lang.invoke.MethodType not found#23Closeddziobasopened thisissueon Jun 23, 20...
阅读全文
摘要:https://github.com/bboyfeiyu/android-tech-frontier/tree/master/issue-7/%E5%9C%A8Activity%E4%B8%AD%E4%BD%BF%E7%94%A8Thread%E5%AF%BC%E8%87%B4%E7%9A%84%E...
阅读全文
摘要:http://blog.csdn.net/jianghejie123/article/details/44725649英文原文Introduction to Glide, Image Loader Library for Android, recommended by Google译文首发http:...
阅读全文
摘要:http://www.importnew.com/9162.html本文由ImportNew-靳禹翻译自stackoverflow。欢迎加入翻译小组。转载请见文末要求。有个仁兄在 StackOverflow 上发起了一个问题,是这么问的:“ 我被下面的代码搞晕了,为什么它们会返回不同的值?”123S...
阅读全文
摘要:http://blog.csdn.net/vector_yi/article/details/24719873一、MVP介绍 随着UI创建技术的功能日益增强,UI层也履行着越来越多的职责。为了更好地细分视图(View)与模型(Model)的功能,让View专注于处理数据的可视化以及与用户的交互,同...
阅读全文