open fun downloadInto(imageView: ImageView!): Unit
A Method used to download a static image into image view. A Method uses #getDownloader(Context)
. A Method can be overwritten to provide a custom downloader. It can be called from the main thread.
imageView
- ImageView!: The container for the image.