Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-flow

onCompletion not called while using Koltin Flow with LiveData

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

Android Preferences DataStore Flow Doesn't Emit Same Value

StateFlow collectAsState is not updating his value jetpack compose navigation

Run a kotlin flow once but have it received twice downstream

how to use Espresso with Kotlin Flow?

Firestore live update using Kotlin Flow

How to initialize multiple parameters in a view model for Jetpack Compose the right way?

java.lang.IllegalStateException when collecting flow from SqlDelight in ViewModel

TextField with Kotlin StateFlow

Flow wait some time, then gather all emitted elements into a list, and keep this process running

Kotlin flow inside flow, the parent flow does not call collect

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

Is there Flow's version of flatMapIterable?

android kotlin kotlin-flow

MutableSharedFlow - difference between replay and extraBufferCapacity

Kotlin - StateFlow not emitting updates to its collectors

No type arguments expected for class Flow

Getting kotlin error "After waiting for 60000 ms, the test coroutine is not completing"

Kotlin Flow: Why the function combine() can only take maximum 5 flows in parameters

Difference between launchWhenStarted and repeatOnLifecycle(STARTED) in collecting flows

android kotlin kotlin-flow