Search code examples
stateIn not able to collect the Result.Success state...


androidkotlinkotlin-flowkotlin-stateflow

Read More
Recommposition is not happening when I update a MutableStateFlow<List<AttendanceState>>...


androidkotlinandroid-jetpack-composekotlin-flowcompose-recomposition

Read More
Why does changing a ViewModel property to a function cause different emission behavior with collectA...


androidkotlinandroid-jetpack-composeandroid-roomkotlin-flow

Read More
Kotlin Flow: Handling state using SharedFlow and StateFlow...


kotlinkotlin-flowkotlin-stateflowkotlin-sharedflow

Read More
LazyColumn started showing IndexOutOfBoundsExeption on list size change...


android-jetpack-composekotlin-flow

Read More
flow { collect{} emit{} } data not retning in usecase...


androidkotlinkotlin-flow

Read More
android: SharedFlow collected twice...


androidkotlinkotlin-flow

Read More
Deliver the first item as soon as it comes, debounce the following items...


kotlinkotlin-coroutineskotlin-flow

Read More
Why snapshotFlow is trigged with MutableState as property delegate?...


androidandroid-jetpack-composekotlin-flowmutablestateof

Read More
Prevent concurrent execution of part of two suspend functions...


androidkotlinkotlin-flowkotlin-stateflow

Read More
How to print size of flow in kotlin...


kotlinkotlin-flowkotlin-stateflow

Read More
Can two collect be used with the same StateFlow?...


kotlinkotlin-flowkotlin-stateflow

Read More
Kotlin Coroutine Flow: Limit the number of collector...


androidkotlin-coroutineskotlin-flowkotlin-sharedflow

Read More
Emitting the data via FlowCollector instead of emit() does not work...


androidkotlinkotlin-coroutineskotlin-flow

Read More
Determining when a Flow returns no data...


kotlinkotlin-flow

Read More
How to combine Flow<List<T>> with Flow<Map<T, List<V>>>...


androidkotlinandroid-roomkotlin-flow

Read More
Get Kotlin Flow value instantly...


androidkotlinkotlin-flowkotlin-stateflow

Read More
How can I implement a timeout mechanism for a suspend function...


kotlinkotlin-coroutineskotlin-flowkotlin-sharedflow

Read More
How to test LiveData.asFlow().collect() and reliably verify the method call inside it?...


androidkotlinkotlin-coroutinesandroid-livedatakotlin-flow

Read More
Get last item emited by a Flow and dont receive updates...


androidkotlinkotlin-coroutineskotlin-flow

Read More
Why Statements after kotlin's MutableStateFlow collect methods are unreachable?...


kotlinkotlin-coroutineskotlin-flow

Read More
How can I collect forever in a Kotlin Flow to implement a retry mechanism?...


kotlinkotlin-coroutinesktorkotlin-flowktor-client

Read More
Kotlin Flow with catch operator still completes...


kotlinkotlin-coroutineskotlin-flow

Read More
Unit test the new Kotlin coroutine StateFlow...


androidkotlinkotlin-coroutinesandroid-viewmodelkotlin-flow

Read More
Merge flows into a flow of Triple object kotlin?...


kotlinkotlin-flow

Read More
Androi Kotlin flow: How to call multiple task in sequence without many callback...


androidkotlinkotlin-flow

Read More
Repository returning flow from a room database using kotlin flows...


androidrepositoryandroid-roomkotlin-flow

Read More
collectAsState not receiving changes from repository...


kotlinandroid-jetpack-composekotlin-coroutineskotlin-flow

Read More
Kotlin collect SharedFlow is not collecting...


kotlinkotlin-coroutineskotlin-flow

Read More
Cancel a child kotlin coroutine flow without cancelling parent...


androidkotlinkotlin-coroutineskotlin-flow

Read More
BackNext