Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-stateflow

jetpack compose stateflow not refreshing list

Populate and emit StateFlow List

StateFlow updates too quickly for Compose UI

Flow.stateIn() not receiving new value from it's source

Android MVI using StateFlow and paging 3

Expose value from SharedPreferences as Flow

Use of SharedFlow in Android kotlin

Prevent replay of StateFlow after returning from another Activity

Is LiveData hot or cold?

How many Stateflows can I observe at one time?

Unit Test a StateFlow from SnapshotFlow only emits initialValue

Problem with Jetpack Compose Navigation and StateFlow

Unlike Livedata, using Flow in Room query doesn't trigger a refresh when updating a table entry but works if I delete or insert an entry

State flow doesn't emit new value when sorting a Map

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