Task flow - nostra13/Android-Universal-Image-Loader GitHub Wiki

Every step has own interface (at the bottom) which is responsible for their work part. Almost every interface has some base default implementation in the library (BaseImageDowloader, BaseImageDecoder, UnlimitedDiscCache, LruMemoryCache, SimpleBitmapDisplayer) and can be overriden by the user to add some specific behavior.

UIL task flow diagram