美文网首页android
android-框架-图片加载

android-框架-图片加载

作者: 闲云a | 来源:发表于2019-08-15 22:54 被阅读0次

    Fresco

    概览

    2015年3月Facebook开源的图片框架。
    https://www.fresco-cn.org/docs/index.html
    项目地址:
    https://github.com/facebook/fresco

    工作原理

    源码解析

    优缺点

    优点:
    缺点:

    1. 框架大,影响APK大小
    2. 使用繁琐

    Glide

    概览

    2014年Google员工在Picasso基础上进行优化。
    项目地址:
    https://github.com/bumptech/glide

    工作原理

    源码解析

    优缺点

    Picasso

    概览

    2013年2月Square开源的项目。
    项目地址:
    https://github.com/square/picasso

    工作原理

    源码解析

    优缺点

    Universal-Image-Loader

    概览

    2011年9月nostra13开发。
    项目地址:
    https://github.com/nostra13/Android-Universal-Image-Loader

    工作原理

    源码解析

    优缺点

    相关文章

      网友评论

        本文标题:android-框架-图片加载

        本文链接:https://www.haomeiwen.com/subject/fffxsctx.html