---
title: "rememberRemoteImageBitmap"
description: "Remembers a remote bitmap from a URL."
type: "composable"
lastmod: "2026-07-19T07:47:45.842198Z"
---
## API Reference

### rememberRemoteImageBitmap

> Source set: Android

```kotlin
@Composable
public fun rememberRemoteImageBitmap(url: String): RemoteImageBitmap
```

Remembers a remote bitmap from a URL.

#### Parameters

| | |
| --- | --- |
| url | The URL of the image. |

#### Returns

| | |
| --- | --- |
|  | A [RemoteImageBitmap](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteImageBitmap) representing the image from the URL. |
