DORSETRIGS
Home

compose-recomposition (3 post)


posts by category not found!

What does Jetpack Compose remember actually do, how does it work under the hood?

Demystifying Jetpack Composes remember A Deep Dive Jetpack Compose Googles modern declarative UI toolkit offers powerful tools for building Android applications

2 min read 06-10-2024 84
What does Jetpack Compose remember actually do, how does it work under the hood?
What does Jetpack Compose remember actually do, how does it work under the hood?

What do the @Stable and @Immutable annotations mean in Jetpack Compose?

Understanding Stable and Immutable Annotations in Jetpack Compose Jetpack Compose Googles modern declarative UI toolkit for Android empowers developers to build

2 min read 05-10-2024 88
What do the @Stable and @Immutable annotations mean in Jetpack Compose?
What do the @Stable and @Immutable annotations mean in Jetpack Compose?

mutableStatelistof doesn't trigger a recomposition when items are added to it

Understanding Mutable State List Of in Jetpack Compose The Issue of Non Recomposition on Item Addition When working with Jetpack Compose developers often utiliz

2 min read 24-09-2024 57
mutableStatelistof doesn't trigger a recomposition when items are added to it
mutableStatelistof doesn't trigger a recomposition when items are added to it