Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-flow

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

How to Convert RxJava (Single firstOrError() ) to Kotlin Flow?

kotlin kotlin-flow

Android Room library with Kotlin Flow toList() doesn't work

Kotlin Flow - Replacement for callbackFlow

When unit testing a viewmodel with a repository that returns a flow, an error happen when converting it to a livedata

Equivalent of RxJava .toList() in Kotlin coroutines flow

Kotlin Flow: unsubscribe from SharedFlow when Fragment becomes invisible

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

Kotlin Flow onBackpressureDrop RxJava2 analog

How to stop Kotlin flow when certain condition occurs

Testing involving MutableSharedFlow - java.lang.IllegalStateException: This job has not completed yet

How to concatenate two kotlin flows?