Giter Site home page Giter Site logo

imageloader's Introduction

Image Loader

Android图片加载框架

Screenshot

Screenshot

特性

  • 重写的imageview,使图片数据与控件解耦,控件不会持有图片数据
  • 增加绘制器的概念,达到在不增加内存的情况下支持圆形,圆角矩形以及自定义形状的展示。
  • 支持gif,gif图的所有帧数据保存在native内存,节省java堆内存。支持samplesize,能够显示比较大的gif图
  • 懒加载机制,listview快速滑动的时候不会发起图片加载任务
  • 每个图片加载任务的生命周期由控件决定,控件不可见时则停止。加载任务在失败的时候有重试机制

使用方法

参见TestApplication和TestActivity。

参考的其他库

imageloader's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.