08 2015 档案
摘要:http://blog.csdn.net/liang5630/article/details/46366901android studio常用插件,可极大简化开发,增强开发效率。不懂安装studio插件,看参考博文:android stuido插件安装:http://blog.csdn.net/li...
阅读全文
摘要:http://keepcleargas.bitbucket.org/2013/10/12/android-App-Traffic.html安卓App流量统计12 OCT 2013android流量简介流量统计文件:路径/proc/net/dev如上图: lo 为本地流量, rmnet0 为3g/2g...
阅读全文
摘要:http://www.cnblogs.com/_ymw/p/4227862.html1.首先贴上项目结构图:2.先添加一个接口文件BackHandledInterface.java,定义一个setSelectedFragment方法用于设置当前加载的Fragment在栈顶,主界面MainActivi...
阅读全文
摘要:because you have not set LinearLayoutManager to RecyclerView.for example: mRecyclerView = (RecyclerView) findViewById(R.id.recyclerView); Linear...
阅读全文
摘要:sudo apt-get updatesudo apt-get upgradesudo apt-get install git openjdk-7-jdk m4 zlib1g-dev python-software-properties build-essential libgmp-dev libm...
阅读全文
摘要:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0204/2410.htmlhttp://www.cnblogs.com/blueofsky/archive/2012/01/07/2315664.htmlhttp://www.2c...
阅读全文
摘要:http://www.liaohuqiu.net/cn/posts/leak-canary-read-me/LeakCanary 中文使用说明分享到:新浪微博微信10 May 2015LeakCanaryAndroid 和 Java 内存泄露检测。“A small leak will sink a ...
阅读全文
摘要:转自:http://hi.baidu.com/xiboliya/blog/item/fee581d46cf5e41fa08bb7fb.html如果ubuntu要安装新软件,已有deb安装包(例如:iptux.deb),但是无法登录到桌面环境。那该怎么安装?答案是:使用dpkg命令。dpkg命令常用格...
阅读全文
摘要:QueryBuilder queryBuilder = videoTagInfoIntegerDao.queryBuilder();try { queryBuilder.where().eq("value",roomId).and().eq("myFocus",true); VideoT...
阅读全文
摘要:http://blog.csdn.net/softkexin/article/details/5933589/android:layout_above="@id/xxx" --将控件置于给定ID控件之上android:layout_below="@id/xxx" --将控件置于给定ID控件之下and...
阅读全文