Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compose-recomposition

Jetpack Compose: force recomposition when a state changes from another activity

What/Where is the best way to handle with states on Jetpack Compose?

Why is using a LaunchedEffect with a key triggering recomposition of the whole Composable hierarchy?

Android compose ModalBottomSheetLayout causes enormous recomposition counts

Jetpack Compose lazy column all items recomposes when a single item update

Why is ViewModel method reference not stable (causing recomposition) but lambda is? (Jetpack Compose)

Compose - NavHost recomposition multiple times

Jetpack Compose @Stable List<T> parameter recomposition

Animate visibility in compose

Composable is recomposing endlessly after flow collect

Jetpack Compose Scoped/Smart Recomposition

Application crash due to IndexOutOfBoundsException in Lazycolumn Jetpack compose

Why does a call to a logic method on a ViewModel with StateFlow as a property cause a recomposition even though the value has not changed?

Jetpack compose: Pending composition has not been applied when rememberSaveable is used

When recomposition happens exactly? with changing the state or also with changing the input

Unwanted recomposition when using Context/Toast in event - Jetpack Compose

Mutable state of value from viewModel is not working

Is it possible to change the size of the Image composable without triggering recomposition