RecyclerView 性能优化 | 安卓 offer 收割基
https://www.jianshu.com/p/aedb2842de30
2.
RecyclerView 数据预取
https://juejin.im/entry/58a3f4f62f301e0069908d8f
3.
AndroidOfferKiller
https://github.com/Blankj/AndroidOfferKiller
4.
Android性能优化第(七)篇—StrickMode严苛模式检测耗时与内存问题
https://blog.youkuaiyun.com/u013263323/article/details/53760135
5.
AccessibilityService 帮你实现 Android 全局悬浮窗
https://mp.weixin.qq.com/s/B8pF8YF1nLd2-yX88gdELg
6.
为什么Dialog不能用Application的Context
https://blog.youkuaiyun.com/duyiqun/article/details/64495468
https://www.jianshu.com/p/628ac6b68c15
8.
LRU Cache原理和实现
https://blog.youkuaiyun.com/caoshangpa/article/details/78783749
https://blog.youkuaiyun.com/hopeztm/article/details/79547052
https://www.cnblogs.com/huhx/p/useLruCache.html
9.
android:taskAffinity属性的用法
https://blog.youkuaiyun.com/chenshijun0101/article/details/9409193
10.抓包工具Charles的使用教程
https://www.cnblogs.com/jiayuchn-test/p/8875105.html
- select *, count(distinct marketId)
from InstCode
where marketId in (‘CZCE’, ‘DCE’, ‘SHFE’ ,‘INE’, ‘CFFEX’)
group by marketId, marketName
order by casemarketId
when ‘CZCE’ then 1
when ‘DCE’ then 2
when ‘SHFE’ then 3
when ‘INE’ then 4
when ‘CFFEX’ then 5
end
asc
Android事件分发机制,大表哥带你慢慢深入
https://blog.youkuaiyun.com/weixin_34343689/article/details/87191587