Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Attempts to load and show the content identified by uri in this ImageView.
Link copied to clipboard
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.