总结:21 UI 优化(下): 如何优化 UI 渲染?

自我学习极客时间《Android开发高手课》的笔记总结

总结:21 UI 优化(下): 如何优化 UI 渲染?_第1张图片

文中链接:

检查 GPU 渲染速度和绘制过度
    https://developer.android.com/studio/profile/inspect-gpu-rendering
Slow rendering
    https://developer.android.com/topic/performance/vitals/render
Graphics API Debugger
    https://github.com/google/gapid
Litho
    https://github.com/facebook/litho
RenderThread:异步渲染动画
    https://mp.weixin.qq.com/s?__biz=MzUyMDAxMjQ3Ng==&mid=2247489230&idx=1&sn=adc193e35903ab90a4c966059933a35a&source=41#wechat_redirect
Flutter原理与实践
    https://tech.meituan.com/2018/08/09/waimai-flutter-practice.html
RenderScript渲染利器
    https://www.jianshu.com/p/b72da42e1463
RenderScript :简单而快速的图像处理
    http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0504/4205.html?utm_source=itdadao&utm_medium=referral
Android RenderScript 简单高效实现图片的高斯模糊效果
    http://yifeng.studio/2016/10/20/android-renderscript-blur/

你可能感兴趣的:(Android开发高手课)