How to show place holder and error image from web URL in NetworkImageView
in Volley library. I want to show placeholder and error image from web url following below steps:
- check in cache for placeholder image
- if found then show that in imageview
- else download placeholder image from web url
- then show at imageview