-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Task flow
Sergey Tarasevich edited this page Jul 18, 2014
·
3 revisions
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.