上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页

2015年4月14日

摘要: START_STICKY_COMPATIBILITY//兼容start_sticky 但不保证一定重启START_STICKY//异常kill掉重启,重启后intent为nullSTART_NOT_STICKY//异常kill掉不重启START_REDELIVER_INTENT//异常kill掉重启... 阅读全文
posted @ 2015-04-14 16:37 wjw334 阅读(138) 评论(0) 推荐(0) 编辑
摘要: PendingIntent pendingIntent = PendingIntent.getActivity(mContext, pushMessage.type, targetIntent, PendingIntent.FLAG_UPDATE_CURRENT); PendingIn... 阅读全文
posted @ 2015-04-14 15:51 wjw334 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Notification notifyUnit = mBuilder.build(); notifyUnit.defaults |= Notification.DEFAULT_SOUND; notifyUnit.flags |= Notification.FLAG_AUTO... 阅读全文
posted @ 2015-04-14 14:38 wjw334 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 原因:1. 用户下载完成太慢导致新增少2. CDN费用与包大小成正比操作:1.去除资源图片 无效字符串 去除不用的资源, 图片尽量小, 且非.9图片进行压缩 TinyPNG 工具进行压缩(原理:压缩图片位到 png-8)2.代码优化 删除无用代码 用lint工具查看3.用到的类库 ar... 阅读全文
posted @ 2015-04-14 11:46 wjw334 阅读(105) 评论(0) 推荐(0) 编辑

2015年4月13日

摘要: 参考:http://blog.csdn.net/huangbiao86/article/details/8072128http://www.tuicool.com/articles/yemM7zf1.读取图片用BitmapFactory.decodeStream() 和BitmapFactorty.... 阅读全文
posted @ 2015-04-13 18:07 wjw334 阅读(396) 评论(0) 推荐(0) 编辑

2015年4月11日

摘要: 参考:http://blog.sina.com.cn/s/blog_4a0388020101axwg.htmlbsdiff 工具在源码中有 阅读全文
posted @ 2015-04-11 22:57 wjw334 阅读(276) 评论(0) 推荐(0) 编辑

2015年4月10日

摘要: 参考:http://blog.csdn.net/dongyuxi1987/article/details/82397391.数据库索引简介回忆一下小时候查字典的步骤,索引和字典目录的概念是一致的。字典目录可以让我们不用翻整本字典就找到我们需要的内容页数,然后翻到那一页就可以。索引也是一样,索引是对记... 阅读全文
posted @ 2015-04-10 13:40 wjw334 阅读(2794) 评论(0) 推荐(0) 编辑

2015年4月9日

摘要: 解决方案:1.宿主 注册 act service 反射调用 插件apk2.引用公用库的方法,给插件act和service设置代理,调用代理3.android系统加载dex用dexClassLoader,android程序有pathClassLoader类继承与dexClassLoader但是不能加载... 阅读全文
posted @ 2015-04-09 19:01 wjw334 阅读(193) 评论(0) 推荐(0) 编辑

2015年3月31日

摘要: https://github.com/marshallino16/FloatingView 阅读全文
posted @ 2015-03-31 13:03 wjw334 阅读(327) 评论(0) 推荐(0) 编辑

2015年3月29日

摘要: 参考:https://github.com/square/ottoeventbus 基础上 阅读全文
posted @ 2015-03-29 14:45 wjw334 阅读(193) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页

导航