摘要:
START_STICKY_COMPATIBILITY//兼容start_sticky 但不保证一定重启START_STICKY//异常kill掉重启,重启后intent为nullSTART_NOT_STICKY//异常kill掉不重启START_REDELIVER_INTENT//异常kill掉重启... 阅读全文
摘要:
PendingIntent pendingIntent = PendingIntent.getActivity(mContext, pushMessage.type, targetIntent, PendingIntent.FLAG_UPDATE_CURRENT); PendingIn... 阅读全文
摘要:
Notification notifyUnit = mBuilder.build(); notifyUnit.defaults |= Notification.DEFAULT_SOUND; notifyUnit.flags |= Notification.FLAG_AUTO... 阅读全文
摘要:
原因:1. 用户下载完成太慢导致新增少2. CDN费用与包大小成正比操作:1.去除资源图片 无效字符串 去除不用的资源, 图片尽量小, 且非.9图片进行压缩 TinyPNG 工具进行压缩(原理:压缩图片位到 png-8)2.代码优化 删除无用代码 用lint工具查看3.用到的类库 ar... 阅读全文
摘要:
参考:http://blog.csdn.net/huangbiao86/article/details/8072128http://www.tuicool.com/articles/yemM7zf1.读取图片用BitmapFactory.decodeStream() 和BitmapFactorty.... 阅读全文
摘要:
参考:http://blog.sina.com.cn/s/blog_4a0388020101axwg.htmlbsdiff 工具在源码中有 阅读全文
摘要:
参考:http://blog.csdn.net/dongyuxi1987/article/details/82397391.数据库索引简介回忆一下小时候查字典的步骤,索引和字典目录的概念是一致的。字典目录可以让我们不用翻整本字典就找到我们需要的内容页数,然后翻到那一页就可以。索引也是一样,索引是对记... 阅读全文
摘要:
解决方案:1.宿主 注册 act service 反射调用 插件apk2.引用公用库的方法,给插件act和service设置代理,调用代理3.android系统加载dex用dexClassLoader,android程序有pathClassLoader类继承与dexClassLoader但是不能加载... 阅读全文
摘要:
https://github.com/marshallino16/FloatingView 阅读全文
摘要:
参考:https://github.com/square/ottoeventbus 基础上 阅读全文