This Library is used for Image caching in two layer, In Memory and In Disk Cache.
You can use it like: ImageLoader imageLoader=ImageLoader.get(context); imageLoader.displayImage(imageUrl, imageView);
Note: ImageUrl, ImageView and Context should not be null.
Sample project is a Basic Recipe List project, Where you can search the recipe and also browse through category.
Sample project - MVVM ImageLoader Library - SOLID Principle.
Sample Project - CircleImageView, Retrofit ImageLoader Library - Jake Wharton Disk LRU Cache