underwave / com.aallam.underwave.extension / android.widget.ImageView
Extensions for android.widget.ImageView
Name | Summary |
---|---|
(android) insert | A suspendable method to load an image to an ImageView using the caller’s coroutine scope.suspend fun ImageView.insert(imageUrl: String ): Request |
(android) load | Load the given image url to this ImageView.fun ImageView.load(imageUrl: String ): Request |