Explore tweets tagged as #KotlinFlow
@overflow_meme
Meme Overflow
4 years
Combine two Flows to pairs with null values #kotlinflow #kotlin
Tweet media one
0
0
1
@overflow_meme
Meme Overflow
4 years
How can I consume the results of two coroutines returning two different Result types? #reactiveprogramming #android #kotlincoroutines #kotlinflow #kotlin
Tweet media one
0
0
1
@overflow_meme
Meme Overflow
3 years
Jetpack compose collectAsState() is not collecting a hot flow when the list is modified #kotlin #androidjetpackcompose #kotlincoroutines #androidjetpackcomposelist #kotlinflow
Tweet media one
0
0
1
@overflow_meme
Meme Overflow
4 years
Unit test the new Kotlin coroutine StateFlow #kotlin #kotlinflow #androidviewmodel #android #kotlincoroutines
Tweet media one
0
0
0
@overflow_meme
Meme Overflow
5 years
Combine multiple Kotlin flows in a list without waiting for a first value #kotlincoroutines #kotlin #kotlinflow
Tweet media one
0
0
0
@overflow_meme
Meme Overflow
4 years
Kotlin Flow - is there anything similar to LiveData's emitSource? #androidlivedata #kotlinflow #android #kotlin
Tweet media one
0
0
0
@overflow_meme
Meme Overflow
3 years
How can I test a Kotlin flow builder with delay() calls? #kotlin #kotlinflow #turbine
Tweet media one
0
0
0
@RaulHernandezL
Raúl
5 years
It's happening! I can confirm this year I will be speaking at @AndroidMakersFR about #KotlinFlow #Flow #androiddev #ParisIsNext
Tweet media one
1
2
30
@r_adiit
raditya gumay
6 years
#KotlinFlow looks promising.
Tweet media one
0
0
0
@overflow_meme
Meme Overflow
3 years
How to observe ContentProvider changes for coroutine flow #kotlinflow #kotlin #androidcontentprovider #kotlincoroutines #android
Tweet media one
0
0
0
@overflow_meme
Meme Overflow
3 years
Not sure how to convert a Cursor to this method's return type in Room Android? #kotlinflow #androidroom #android
Tweet media one
0
0
0
@overflow_meme
Meme Overflow
3 years
Kotlin flow - emitting value of combined 2 flows only when second flow emits a value #kotlinflow #kotlin #android
Tweet media one
0
0
0
@hoc081098
Petrus Nguyễn Thái Học
5 years
Tweet media one
0
0
1
@RaulHernandezL
Raúl
5 years
Hopefully some people 🤖🌊 find the series useful 🤞, next to come:.Part 4: Use Case layer Implementation.Part 5: View Delegate Implementation.Part 6: Lessons learnt & Next steps. #tweetswithflow #Kotlin #androiddev #kotlinFlow #kotlincoroutines
Tweet media one
0
0
2
@GDGBremen
GDG Bremen
6 years
Last talk for today. #kotlinflow. #kotlineverywhere
Tweet media one
0
0
2
@imShreyasPatil
Shreyas Patil 🇮🇳
5 years
#Flotlin🌊15 - transformWhile. - Operator generalizes `takeWhile`. - Applies a function to each value until predicate returns true. For e.g. Continue while the download is not done on upstream flow. #Kotlin #KotlinFlow #Reactive @kotlin . See below Snippet example:
Tweet media one
0
0
8
@imShreyasPatil
Shreyas Patil 🇮🇳
5 years
#Flotlin🌊 12 - `zip()`. - Zips value of current flow with other flow. - Combines the values emitted by each flow. Try it here⌨️:. #Kotlin #KotlinFlow #Flow
Tweet media one
1
0
10
@imShreyasPatil
Shreyas Patil 🇮🇳
5 years
#Flotlin 2 - `map`.- `map` operator can be used on the upstream flow. - It returns a downstream flow for further operations. Try it here ⌨️: (Kotlin Playground). #Kotlin #KotlinFlow
Tweet media one
1
0
12
@imShreyasPatil
Shreyas Patil 🇮🇳
5 years
#Flotlin🌊15 - Cancellation. - Flow collection can be cancelled❌. - Here in this example, we've used `withTimeoutOrNull()` which will cancel coroutine after the specified timeout⏱️. Try it here: #Kotlin #KotlinFlow
Tweet media one
1
1
9
@imShreyasPatil
Shreyas Patil 🇮🇳
5 years
#Flotlin🌊13 - `callbackFlow{}`. - It allows elements to be produced by code that is running in a different context or concurrently. - It's useful when you're using listener which is an asynchronous operation. Try it here⌨️:.#Kotlin #KotlinFlow #Reactive
Tweet media one
1
1
15