#kotlinflow risultati di ricerca

โšก Why and When to Use debounce() in Kotlin Flows ๐Ÿš€ Ever typed too fast and triggered multiple API calls? debounce() waits for a pause before emitting โ€” great for search boxes or rapid user inputs. #Kotlin #AndroidDev #KotlinFlow #Coroutines

livingstonanto9's tweet image. โšก Why and When to Use debounce() in Kotlin Flows ๐Ÿš€

Ever typed too fast and triggered multiple API calls?
debounce() waits for a pause before emitting โ€” great for search boxes or rapid user inputs.

#Kotlin #AndroidDev #KotlinFlow #Coroutines
livingstonanto9's tweet image. โšก Why and When to Use debounce() in Kotlin Flows ๐Ÿš€

Ever typed too fast and triggered multiple API calls?
debounce() waits for a pause before emitting โ€” great for search boxes or rapid user inputs.

#Kotlin #AndroidDev #KotlinFlow #Coroutines

๐ŸŽฏ Why and When to Use sample() in Kotlin Flows โšก When your Flow emits too frequently, sample() helps you collect values at fixed intervals โ€” perfect for tracking or sensor data! #Kotlin #AndroidDev #KotlinFlow #Coroutines #ProgrammingTips #DevCommunity

livingstonanto9's tweet image. ๐ŸŽฏ Why and When to Use sample() in Kotlin Flows โšก

When your Flow emits too frequently, sample() helps you collect values at fixed intervals โ€” perfect for tracking or sensor data!

#Kotlin #AndroidDev #KotlinFlow #Coroutines #ProgrammingTips #DevCommunity

Combine multiple Kotlin flows in a list without waiting for a first value stackoverflow.com/questions/6118โ€ฆ #kotlincoroutines #kotlin #kotlinflow

overflow_meme's tweet image. Combine multiple Kotlin flows in a list without waiting for a first value stackoverflow.com/questions/6118โ€ฆ #kotlincoroutines #kotlin #kotlinflow

#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:

imShreyasPatil's tweet image. #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:

Not sure how to convert a Cursor to this method's return type in Room Android? stackoverflow.com/questions/6810โ€ฆ #kotlinflow #androidroom #android

overflow_meme's tweet image. Not sure how to convert a Cursor to this method's return type in Room Android? stackoverflow.com/questions/6810โ€ฆ #kotlinflow #androidroom #android

Kotlin flow - emitting value of combined 2 flows only when second flow emits a value stackoverflow.com/questions/7228โ€ฆ #kotlinflow #kotlin #android

overflow_meme's tweet image. Kotlin flow - emitting value of combined 2 flows only when second flow emits a value stackoverflow.com/questions/7228โ€ฆ #kotlinflow #kotlin #android

Koltin Flow ๐Ÿ’ก ๐’๐’Š๐’‘ ๐’๐’‘๐’†๐’“๐’‚๐’•๐’๐’“ - It is mainly used to run ๐’•๐’˜๐’ ๐’•๐’‚๐’”๐’Œ๐’” ๐’Š๐’ ๐’‘๐’‚๐’“๐’‚๐’๐’๐’†๐’ and return the result of both tasks in a single callback when both tasks get completed. #kotlin #kotlinflow #android #kotlintips

aritratech's tweet image. Koltin Flow ๐Ÿ’ก

๐’๐’Š๐’‘ ๐’๐’‘๐’†๐’“๐’‚๐’•๐’๐’“ - It is mainly used to run ๐’•๐’˜๐’ ๐’•๐’‚๐’”๐’Œ๐’” ๐’Š๐’ ๐’‘๐’‚๐’“๐’‚๐’๐’๐’†๐’ and return the result of both tasks in a single callback when both tasks get completed.

#kotlin #kotlinflow #android #kotlintips

#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) pl.kotl.in/-EaVmBx8L?themโ€ฆ #Kotlin #KotlinFlow

imShreyasPatil's tweet image. #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)
pl.kotl.in/-EaVmBx8L?themโ€ฆ

#Kotlin #KotlinFlow

#Flotlin 1 What is Flow?๐Ÿค” ๐Ÿ‘‰ A cold asynchronous data stream that sequentially emits values and completes normally or with an exception. See this example: pl.kotl.in/IPQaFgRTC?themโ€ฆ #Kotlin #KotlinFlow

imShreyasPatil's tweet image. #Flotlin 1

What is Flow?๐Ÿค”
๐Ÿ‘‰ A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.

See this example:
pl.kotl.in/IPQaFgRTC?themโ€ฆ

#Kotlin #KotlinFlow

#Flotlin 6 - Exception Transparency - Never wrap `emit()` with try and catch. - Exception caused due to upstream flow can be handled using catch operator. Try it hereโŒจ๏ธ: play.kotlinlang.org/embed?short=b8โ€ฆ #Kotlin #KotlinFlow

imShreyasPatil's tweet image. #Flotlin 6 - Exception Transparency
- Never wrap `emit()` with try and catch.
- Exception caused due to upstream flow can be handled using catch operator.

Try it hereโŒจ๏ธ:
play.kotlinlang.org/embed?short=b8โ€ฆ

#Kotlin #KotlinFlow

#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โŒจ๏ธ: play.kotlinlang.org/embed?short=mYโ€ฆ #Kotlin #KotlinFlow #Reactive

imShreyasPatil's tweet image. #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โŒจ๏ธ:
play.kotlinlang.org/embed?short=mYโ€ฆ
#Kotlin #KotlinFlow #Reactive

โœจ Tip: Kotlin Notebook is a great way to tackle the challenges, letting you iterate quickly on solutions. With the communityโ€‘built github.com/Toldoven/aoc-kโ€ฆ framework (thanks, Toldoven!), you can open a problem and start solving it in one click. In past years, hundreds ofโ€ฆ


Explore how Kotlinโ€™s type system, delegation, and #KSP work under the hood โ€” and how to use that knowledge to write cleaner, more scalable code, at the Kotlin Expert open workshop, ๐Ÿ“† Dec 18โ€“19. ๐Ÿ”ฅ live online, hands-on Check it here: kt.academy/workshop/expert

ktdotacademy's tweet image. Explore how Kotlinโ€™s type system, delegation, and #KSP work under the hood โ€” and how to use that knowledge to write cleaner, more scalable code, at the Kotlin Expert open workshop, 
๐Ÿ“† Dec 18โ€“19. 
๐Ÿ”ฅ live online, hands-on
Check it here: kt.academy/workshop/expert

Itโ€™s here! Our โ€œSpring Boot with Coroutines & Virtual Threadsโ€ workshop by Urs Peter is now available. Learn how to harness Spring Bootโ€™s Coroutine support to build clean, performant, and scalable applications. ๐Ÿ‘‰ kotlinconf.com/workshops/

kotlinconf's tweet image. Itโ€™s here! Our โ€œSpring Boot with Coroutines & Virtual Threadsโ€ workshop by Urs Peter is now available.

Learn how to harness Spring Bootโ€™s Coroutine support to build clean, performant, and scalable applications.

๐Ÿ‘‰ kotlinconf.com/workshops/

๐Ÿ GRACIAS por leerme en #100DรญasDeKotlin en Espaรฑol ๐Ÿ 100 dรญas, 100 temas de un lenguaje increรญble ๐Ÿš€ Desde val vs var hasta Flows y Channels, construimos juntos una base sรณlida en Kotlin. โœ… Todo el contenido queda disponible para consulta โœ… Los ejemplos de cรณdigo estรกn enโ€ฆ


๐ŸŽ‰ ยก100 DรAS DE KOTLIN COMPLETADOS! ๐ŸŽ‰ Durante esta serie exploramos Kotlin desde cero hasta conceptos avanzados. Aquรญ el resumen de todo lo revisado ๐Ÿงต๐Ÿ‘‡ ๐Ÿ“Œ Fundamentos (1-27) Tipos de datos, variables, operadores Control de flujo: if, when, loops ๐Ÿ“Œ Funciones (28-40)โ€ฆ


๐Ÿ’ก Kotlin isnโ€™t just trendyโ€”itโ€™s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. ๐Ÿ“š #Kotlin #KotlinLang #AppDevelopment #CodeBetter ๐Ÿ”๐Ÿ“ฑ ๐Ÿ”— ow.ly/Czop50XtO7O

Apress's tweet image. ๐Ÿ’ก Kotlin isnโ€™t just trendyโ€”itโ€™s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. ๐Ÿ“š #Kotlin #KotlinLang #AppDevelopment #CodeBetter ๐Ÿ”๐Ÿ“ฑ

๐Ÿ”— ow.ly/Czop50XtO7O

This is the grand finale of our #KMPLevelUp journey! ๐Ÿš€ The campaign hub is now fully unlocked with free courses, our curated talk watchlist, and more. HAVE A QUESTION FOR THE PANEL? Drop it in the replies below! ๐Ÿ‘‡ Weโ€™ll be answering the best ones live.

kotlin's tweet image. This is the grand finale of our #KMPLevelUp journey! ๐Ÿš€

The campaign hub is now fully unlocked with free courses, our curated talk watchlist, and more.

HAVE A QUESTION FOR THE PANEL?
Drop it in the replies below! ๐Ÿ‘‡ Weโ€™ll be answering the best ones live.

๐ŸŽ‰ RESUMEN FINAL - Kotlin Flows en 4 Dรญas DรA 1 - Fundamentos: โœ… Flows son streams asรญncronos cold โœ… Builders: flow{}, flowOf(), asFlow() โœ… Respetan structured concurrency DรA 2 - Operadores: โœ… Intermediate: map, filter, transform โœ… Terminal: collect, toList, first โœ…โ€ฆ


Testing Flows - Verificando comportamiento asรญncrono ๐Ÿงช Kotlin proporciona herramientas especรญficas para testear Flows de manera determinista y sin flakiness.

miguelromero717's tweet image. Testing Flows - Verificando comportamiento asรญncrono ๐Ÿงช

Kotlin proporciona herramientas especรญficas para testear Flows de manera determinista y sin flakiness.

Retry Patterns - Recuperaciรณn automรกtica de errores ๐Ÿ”„ Kotlin Flow tiene el operador retry y retryWhen para reintentar automรกticamente cuando ocurren errores.

miguelromero717's tweet image. Retry Patterns - Recuperaciรณn automรกtica de errores ๐Ÿ”„

Kotlin Flow tiene el operador retry y retryWhen para reintentar automรกticamente cuando ocurren errores.

Resumen Dรญa 2 - Operadores de Kotlin Flows ๐ŸŽฏ โœ… Intermediate: map, filter, transform, take, drop โœ… Terminal: collect, toList, first, reduce, fold โœ… flowOn cambia el contexto UPSTREAM โœ… Lifecycle: onStart, onEach, onCompletion, onEmpty โœ… Transform permite 0, 1, o mรบltiplesโ€ฆ


๐Ÿง‘โ€๐Ÿซ If youโ€™re teaching Kotlin (or thinking about it), weโ€™ve got you covered! Check out our comprehensive Programming in Kotlin course. Inside, youโ€™ll find lectures, quizzes, tests, projects, and slides with speaker notes. The course focuses on real-world skills and is FREE! Getโ€ฆ


๐Ÿ’ก Kotlin isnโ€™t just trendyโ€”itโ€™s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. ๐Ÿ“š #Kotlin #KotlinLang #AppDevelopment #CodeBetter ๐Ÿ”๐Ÿ“ฑ ๐Ÿ”— ow.ly/Czop50XtO7O

Apress's tweet image. ๐Ÿ’ก Kotlin isnโ€™t just trendyโ€”itโ€™s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. ๐Ÿ“š #Kotlin #KotlinLang #AppDevelopment #CodeBetter ๐Ÿ”๐Ÿ“ฑ

๐Ÿ”— ow.ly/Czop50XtO7O

๐ŸŽ„ Join us live for five days of Advent of Code puzzles and five Kotlin livestreams on December 1โ€“5! Solve the puzzles in Kotlin with help from Kotlin team experts and fun community guests, climb the leaderboard, learn new tricks, and have a chance to win some prizes along theโ€ฆ


Resumen Dรญa 1 - Fundamentos de Kotlin Flows ๐ŸŽฏ โœ… Flows son streams asรญncronos de valores โœ… Son COLD - no ejecutan hasta collect() โœ… Builders: flow { }, flowOf(), .asFlow() โœ… Respetan structured concurrency y cancelaciรณn โœ… Ideales para: APIs, databases, sensors, streams ๐Ÿ”œโ€ฆ


Flow Builders - Mรบltiples formas de crear Flows ๐Ÿ—๏ธ Kotlin ofrece varios builders segรบn tu caso de uso โœ”๏ธ flow { } es el mรกs flexible โœ”๏ธ flowOf() para valores fijos โœ”๏ธ .asFlow() para convertir collections existentes

miguelromero717's tweet image. Flow Builders - Mรบltiples formas de crear Flows ๐Ÿ—๏ธ

Kotlin ofrece varios builders segรบn tu caso de uso

โœ”๏ธ flow { } es el mรกs flexible
โœ”๏ธ flowOf() para valores fijos
โœ”๏ธ .asFlow() para convertir collections existentes

El Problema - ยฟCรณmo retornar mรบltiples valores de forma asรญncrona? ๐Ÿค” Tenemos varias opciones en Kotlin, cada una con diferentes caracterรญsticas. โœ”๏ธ Lists retornan todo de una vez โœ”๏ธ Sequences son sรญncronas โœ”๏ธ Suspend functions retornan un solo valor โœ… Flows combinan loโ€ฆ

miguelromero717's tweet image. El Problema - ยฟCรณmo retornar mรบltiples valores de forma asรญncrona? ๐Ÿค”

Tenemos varias opciones en Kotlin, cada una con diferentes caracterรญsticas. 

โœ”๏ธ Lists retornan todo de una vez
โœ”๏ธ Sequences son sรญncronas
โœ”๏ธ Suspend functions retornan un solo valor

โœ… Flows combinan loโ€ฆ

๐Ÿ“… Dรญa 96/100 โ€” Flows (1/4) ๐ŸŽฏ ยฟCรณmo manejas mรบltiples valores asรญncronos en Kotlin? Las suspend functions retornan UN solo valor... pero ยฟy si necesitas un stream de datos? ๐ŸŒŠ Hoy iniciamos una serie sobre los Flows en Kotlin: streams asรญncronos, cold, y perfectamenteโ€ฆ


Under the hood of #Kotlin coroutines: how compiler builds state machines that power suspend & async behaviour ๐Ÿš™ droidcon.com/2025/11/24/insโ€ฆ


Nessun risultato per "#kotlinflow"

๐ŸŽฏ Why and When to Use sample() in Kotlin Flows โšก When your Flow emits too frequently, sample() helps you collect values at fixed intervals โ€” perfect for tracking or sensor data! #Kotlin #AndroidDev #KotlinFlow #Coroutines #ProgrammingTips #DevCommunity

livingstonanto9's tweet image. ๐ŸŽฏ Why and When to Use sample() in Kotlin Flows โšก

When your Flow emits too frequently, sample() helps you collect values at fixed intervals โ€” perfect for tracking or sensor data!

#Kotlin #AndroidDev #KotlinFlow #Coroutines #ProgrammingTips #DevCommunity

โšก Why and When to Use debounce() in Kotlin Flows ๐Ÿš€ Ever typed too fast and triggered multiple API calls? debounce() waits for a pause before emitting โ€” great for search boxes or rapid user inputs. #Kotlin #AndroidDev #KotlinFlow #Coroutines

livingstonanto9's tweet image. โšก Why and When to Use debounce() in Kotlin Flows ๐Ÿš€

Ever typed too fast and triggered multiple API calls?
debounce() waits for a pause before emitting โ€” great for search boxes or rapid user inputs.

#Kotlin #AndroidDev #KotlinFlow #Coroutines
livingstonanto9's tweet image. โšก Why and When to Use debounce() in Kotlin Flows ๐Ÿš€

Ever typed too fast and triggered multiple API calls?
debounce() waits for a pause before emitting โ€” great for search boxes or rapid user inputs.

#Kotlin #AndroidDev #KotlinFlow #Coroutines

Combine multiple Kotlin flows in a list without waiting for a first value stackoverflow.com/questions/6118โ€ฆ #kotlincoroutines #kotlin #kotlinflow

overflow_meme's tweet image. Combine multiple Kotlin flows in a list without waiting for a first value stackoverflow.com/questions/6118โ€ฆ #kotlincoroutines #kotlin #kotlinflow

#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:

imShreyasPatil's tweet image. #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:

Not sure how to convert a Cursor to this method's return type in Room Android? stackoverflow.com/questions/6810โ€ฆ #kotlinflow #androidroom #android

overflow_meme's tweet image. Not sure how to convert a Cursor to this method's return type in Room Android? stackoverflow.com/questions/6810โ€ฆ #kotlinflow #androidroom #android

Kotlin flow - emitting value of combined 2 flows only when second flow emits a value stackoverflow.com/questions/7228โ€ฆ #kotlinflow #kotlin #android

overflow_meme's tweet image. Kotlin flow - emitting value of combined 2 flows only when second flow emits a value stackoverflow.com/questions/7228โ€ฆ #kotlinflow #kotlin #android

#Flotlin๐ŸŒŠ 12 - `zip()` - Zips value of current flow with other flow. - Combines the values emitted by each flow. Try it hereโŒจ๏ธ: play.kotlinlang.org/embed?short=P4โ€ฆ #Kotlin #KotlinFlow #Flow

imShreyasPatil's tweet image. #Flotlin๐ŸŒŠ 12 - `zip()`

- Zips value of current flow with other flow.
- Combines the values emitted by each flow.

Try it hereโŒจ๏ธ:
play.kotlinlang.org/embed?short=P4โ€ฆ

#Kotlin #KotlinFlow #Flow

#Flotlin 5 - flowOf() - Creates a flow that produces values from specified arguments. e.g. `flowOf(1, 2, 3)` Try it hereโŒจ๏ธ: pl.kotl.in/eeNLeMRT- #Kotlin #KotlinFlow

imShreyasPatil's tweet image. #Flotlin 5 - flowOf()

- Creates a flow that produces values from specified arguments.

e.g. `flowOf(1, 2, 3)`

Try it hereโŒจ๏ธ:
pl.kotl.in/eeNLeMRT-

#Kotlin #KotlinFlow

#Flotlin๐ŸŒŠ14 - StateFlow - It is a flow which emits updates to its collectors. - Value can be observed by collecting values from the flow. Try it hereโŒจ๏ธ: pl.kotl.in/trmvjrOkU #Kotlin #KotlinFlow #Reactive @kotlin @KotlinWeekly @HelloKotlin


Koltin Flow ๐Ÿ’ก ๐’๐’Š๐’‘ ๐’๐’‘๐’†๐’“๐’‚๐’•๐’๐’“ - It is mainly used to run ๐’•๐’˜๐’ ๐’•๐’‚๐’”๐’Œ๐’” ๐’Š๐’ ๐’‘๐’‚๐’“๐’‚๐’๐’๐’†๐’ and return the result of both tasks in a single callback when both tasks get completed. #kotlin #kotlinflow #android #kotlintips

aritratech's tweet image. Koltin Flow ๐Ÿ’ก

๐’๐’Š๐’‘ ๐’๐’‘๐’†๐’“๐’‚๐’•๐’๐’“ - It is mainly used to run ๐’•๐’˜๐’ ๐’•๐’‚๐’”๐’Œ๐’” ๐’Š๐’ ๐’‘๐’‚๐’“๐’‚๐’๐’๐’†๐’ and return the result of both tasks in a single callback when both tasks get completed.

#kotlin #kotlinflow #android #kotlintips

#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) pl.kotl.in/-EaVmBx8L?themโ€ฆ #Kotlin #KotlinFlow

imShreyasPatil's tweet image. #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)
pl.kotl.in/-EaVmBx8L?themโ€ฆ

#Kotlin #KotlinFlow

Loading...

Something went wrong.


Something went wrong.


United States Trends