when loading fail - abbashosseini/Vinci GitHub Wiki

when you loading fail and your image not loaded from net you can use error() method to set image displaed if that happen


Vinci
    .base(context)
    .process()
    .load(uri)
    .error(drawable)
    .view(imageView);