zgz345

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

2014年10月30日

摘要: 转载留用http://www.trinea.cn/android/layout-performance/ 阅读全文
posted @ 2014-10-30 15:39 zonyZhang 阅读(184) 评论(0) 推荐(0) 编辑

2014年10月22日

摘要: http://ingramchen.io/blog/2014/09/prevention-of-android-dex-64k-method-size-limit.html 阅读全文
posted @ 2014-10-22 18:53 zonyZhang 阅读(2973) 评论(0) 推荐(0) 编辑

2014年8月25日

摘要: long startTime = System.currentTimeMillis(); // 开始下载时获取开始时间long curTime = System.currentTimeMillis();int usedTime = (int) ((curTime-startTime)/1000);i... 阅读全文
posted @ 2014-08-25 14:40 zonyZhang 阅读(4277) 评论(0) 推荐(0) 编辑

2014年8月22日

摘要: 情况一:混淆不同的函数aTest、bTest-keep class com.zony.Test { void aTest(byte[], int, int); void bTest(String, int, int);}情况二:混淆相同的函数aTest(aTest参数不同)错误混淆方式:... 阅读全文
posted @ 2014-08-22 18:51 zonyZhang 阅读(3183) 评论(0) 推荐(0) 编辑

2014年8月12日

摘要: 1. Parcelable接口Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ... 阅读全文
posted @ 2014-08-12 15:43 zonyZhang 阅读(258) 评论(0) 推荐(0) 编辑

2014年7月16日

摘要: 解决方法如下:1、增加用户组usbfssudo groupadd usbfs2、查看usbfs用户组的gidcat /etc/group | grep usbfsusbfs:x:1002:3、把当前用户增加到usbfs组sudo gedit /etc/group把usbfs:x:1002:修改为us... 阅读全文
posted @ 2014-07-16 11:40 zonyZhang 阅读(187) 评论(0) 推荐(0) 编辑

2014年7月9日

摘要: 1、选中标题后,高亮标题@Override public void onPageSelected(int position) { setSelectTextColor(position); if (delegatePageListener !... 阅读全文
posted @ 2014-07-09 18:10 zonyZhang 阅读(4164) 评论(0) 推荐(1) 编辑

2014年6月26日

该文被密码保护。 阅读全文
posted @ 2014-06-26 19:03 zonyZhang 阅读(1) 评论(0) 推荐(0) 编辑

2014年6月13日

摘要: 重写ListView、GridView即可:public class MyListView extends ListView { public MyListView(Context context) { // TODO Auto-generated method stub ... 阅读全文
posted @ 2014-06-13 14:47 zonyZhang 阅读(5406) 评论(0) 推荐(0) 编辑

摘要: 一、监听home键盘,Android Home键系统负责监听,捕获后系统自动处理。有时候,我们需要监听home键处理自己的逻辑,监听方法如下: /** * 监听home键广播 */ private final static BroadcastReceiver homeLi... 阅读全文
posted @ 2014-06-13 13:35 zonyZhang 阅读(15216) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页