setImageUriWithPlaceholders
fun ImageView.setImageUriWithPlaceholders(uri: Uri?, placeholder: DrawableResolver?, error: DrawableResolver?)
Attempts to load and show the content identified by uri in this ImageView. If uri is null or its content is not loaded yet, placeholder will be shown. If error is defined and the loading fails, error will be shown.
NOTE: It is the client's responsibility to make sure the uri is secure and trusted.