Skip to content

codeguyFred/AppPerformance

 
 

Repository files navigation

AppPerformance

App启动优化

布局优化

内存优化

  • 内存抖动:锯齿状 GC导致卡顿
  • 内存泄露:可用内存减少 频繁GC
  • 内存溢出:OOM、程序异常
  • 工具:Memory Profiler 、Memory Analyzer 、LeakCanary
  • 内存泄漏 之 MAT工具 MAT
  • ARTHook检测不合理图片 AOP Hook

电量优化

图片优化

  • 三级缓存
  • 长图优化

About

App性能优化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%