Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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

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?