---
title: "rememberMutableRemoteImageBitmap"
description: "Factory for mutable remote bitmap state."
type: "composable"
lastmod: "2026-07-19T07:47:45.828153Z"
---
## API Reference

### rememberMutableRemoteImageBitmap

> Source set: Android

```kotlin
@Composable
public fun rememberMutableRemoteImageBitmap(initialValue: ImageBitmap): MutableRemoteImageBitmap
```

Factory for mutable remote bitmap state.

#### Parameters

| | |
| --- | --- |
| initialValue | The initial [ImageBitmap](/jetpack-compose/androidx.compose.ui/ui-graphics/interfaces/ImageBitmap) value. |

#### Returns

| | |
| --- | --- |
|  | A [MutableRemoteImageBitmap](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/MutableRemoteImageBitmap) instance that will be remembered across recompositions. |
