Application.onCreate()也会影响白屏
DecorView的创建
SplashScreen
onResume耗时操作也会影响白屏时间
启动白屏
setTheme
白屏原因分析-概述版本
白屏原因分析-源码版本
自我理解
设置自定义背景和使用SplashScreen的原理
Manifest中设置的android_theme什么时候生效
避免白屏-不使用SplashScreen
启动白屏补充
FrameMetricsListener
reportFullyDrawn
使用postFrameCallback检测首帧耗时
冷启动首帧耗时采集框架
应用首帧耗时和应用冷启动时间
判断进程是否是主进程
获取首帧耗时的方式
应用首帧耗时开始时间
启动优化
内存抖动优化
内存泄露的优化
内存优化思路
高效的加载Bitmap避免内存溢出
过度绘制
优化照片墙卡顿
高效的加载Bitmap避免内存泄露
绘制优化,响应速度优化,线程优化
内存泄漏优化
布局优化
Android中RelativeLayout和LinearLayout性能分析
ConstraintLayout为什么效率更高
RelativeLayout测量优化失效
为什么 RelativeLayout 的效率比 LinearLayout / FrameLayout 低
Android性能调优利器StrictMode