zoukankan      html  css  js  c++  java
  • Universal-Image-Loader(UIL)使用方法&流程图&源码分析 ----- 未完

    GitHub源码: Android-Universal-Image-Loader

    Features

    • Multithread image loading (async or sync) 多线程加载(同步或异步)
    • Wide customization of ImageLoader's configuration (thread executors, downloader, decoder, memory and disk cache, display image options, etc.)
    • 高度可定制( 线程池, 下载器, 内存和硬盘缓存, 显示图片选项 )
    • Many customization options for every display image call (stub images, caching switch, decoding options, Bitmap processing and displaying, etc.)
    • 每次 显示图片 都有很多定制选项 ( 暂停图片加载,重新开始加载图片,一般使用在ListView,GridView中,滑动过程中暂停加载图片,停止滑动的时候去加载图片 ) 
    • Image caching in memory and/or on disk (device's file system or SD card)    图片缓存在内存或者硬盘(设备文件系统 or SD卡)
    • Listening loading process (including downloading progress) 监听加载过程(包括下载过程)

    Android 2.0+ support

     

     

  • 相关阅读:
    【面试】Java基础
    GC
    【面试】JVM
    Spooling技术
    数据结构之 平衡二叉树
    二叉树应用
    LINUX设备驱动模型之class
    RTC(x86)
    微内核和单内核
    Linux内核的五大模块
  • 原文地址:https://www.cnblogs.com/carlo/p/4970504.html
Copyright © 2011-2022 走看看