zgz345

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

08 2014 档案

摘要: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) 编辑

摘要:情况一:混淆不同的函数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) 编辑

摘要: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) 编辑

点击右上角即可分享
微信分享提示