Start native apps faster with the Composables CLI ->
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.

Returns

A RemoteImageBitmap representing the image from the URL.

Last updated: