Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-stateflow

Why does a composable recompose while seemingly being stateless (the only passed parameter is a function, not a state)

Is StateFlow usable with Room? If yes, how?

Converting livedata to stateflow

How to cancel a combine of flows when one of them emits a certain value?

Kotlin combine more than 2 flows

Compose LazyColumn key, messes up scrolling when sorting the items

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction

LiveData Vs StateFlow: Should we switch from Live data to State Flow?

Using map on Kotlin's Stateflow

Android - How to read a value from a kotlin flow?

Compose screen not recompositioning after state change

mutableState VS mutableStateFlow?