🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

rememberRemoteImageBitmap

Remembers a remote bitmap from a URL.

rememberRemoteImageBitmap

Source set: Android
@Composable
public fun rememberRemoteImageBitmap(url: String): RemoteImageBitmap

Remembers a remote bitmap from a URL.

Parameters

url The URL of the image.

Return

A RemoteImageBitmap representing the image from the URL.

Content updated: