Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-stateflow

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

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