Search code examples
Accessing Room with Flow...

kotlinandroid-roomviewmodelkotlin-flow

Read More
Kotlin Coroutine: How to do continuous trySend with callbackflow?...

kotlinkotlin-coroutineskotlin-flow

Read More
Flow not observing changes in a variable...

androidkotlinandroid-jetpack-composekotlin-flowkotlin-stateflow

Read More
How can I collect data from kotlin flow until it reaches a specific size or a specific time passed, ...

androidkotlinkotlin-coroutineskotlin-flow

Read More
How do you cancel collection and/or onEach for a Kotlin coroutine Flow?...

androidkotlinkotlin-coroutinesandroid-viewmodelkotlin-flow

Read More
How to convert Java Swing events to Kotlin Flow with maximal performance...

javakotlinswingkotlin-coroutineskotlin-flow

Read More
In compose collectAsStateWithLifecycle is not working...

androidkotlinandroid-jetpack-composekotlin-flow

Read More
Trigger kotlin flow again on pull-to-refresh...

androidkotlinandroid-viewmodelkotlin-flow

Read More
Switching from .first() to .collect{} on a Flow stopped data appearing on screen...

androidkotlinmvvmandroid-jetpack-composekotlin-flow

Read More
Kotlin sealed class inheritance not working without casting to sealed class...

androidkotlinkotlin-flow

Read More
Room Flow - How to handle updates of dynamic-based param request?...

androidkotlinandroid-roomkotlin-flow

Read More
How can I retrieve the value from my roomDatabase before the Text composable needs it so it doesn&#3...

android-jetpack-composeandroid-roomkotlin-flow

Read More
Kotlin, Add an extension function to a class with another receiver type...

kotlingenericskotlin-flow

Read More
kotlin Flow, how to use the override collect function...

kotlinkotlin-flow

Read More
How can I limit a flow to a certain frequency window?...

kotlinkotlin-flow

Read More
Difference between launchWhenStarted and repeatOnLifecycle(STARTED) in collecting flows...

androidkotlinkotlin-flow

Read More
How to query a Room db from a composable to get item details...

androidkotlinandroid-jetpack-composeandroid-roomkotlin-flow

Read More
How to transform Flow<List<Flow<T>>> to Flow<List<T>>...

kotlinkotlin-coroutineskotlin-flow

Read More
Navigate to next screen when the api call is finished...

androidandroid-jetpack-composekotlin-coroutineskotlin-flownavcontroller

Read More
Loading state controlled with MutableStateFlow does not update the UI...

androidkotlinandroid-jetpack-composekotlin-flow

Read More
Prevent Snackbar or Toast from Showing Multiple Times During Fragment Recreation Using StateFlow in ...

kotlinandroid-fragmentsviewmodelkotlin-flowstateflow

Read More
Kotlin Flows not working as expected when Collecting items in UI Screen using collectAsState(). Also...

androidkotlinandroid-jetpack-composeandroid-roomkotlin-flow

Read More
Detect when all flows produced value...

androidfirebasekotlinkotlin-coroutineskotlin-flow

Read More
How to collect multiple state flow in Android...

androidkotlinandroid-livedatakotlin-flow

Read More
Kotlin Flow with time out result...

androidkotlinkotlin-coroutinesandroid-workmanagerkotlin-flow

Read More
Spring in Kotlin: Getting data from couchbase server using special query brings back an empty object...

spring-datacouchbasekotlin-flowsql++spring-data-couchbase

Read More
Flow onEach, but executed after emissions go downstream...

kotlinkotlin-flow

Read More
How to update elements inside a MutableStateFlow and dynamically change the UI?...

androidkotlinkotlin-flowkotlin-stateflow

Read More
The subscription of Flow doesn't get reaction when I change DB from class without subscription...

androidkotlinandroid-roomkotlin-flow

Read More
Flow<List> from Room to UiState using StateFlow...

androidkotlinkotlin-flow

Read More
BackNext