https://kotlinlang.org logo
#feed
Title
# feed
z

Zach Klippenstein (he/him) [MOD]

02/26/2021, 5:41 PM
Jumping on this blog bandwagon with a post about `sequence`: https://dev.to/zachklipp/what-is-restricted-suspension-in-kotlin-54n1
💯 5
👍 2
a

Adam Powell

02/26/2021, 7:26 PM
the same `sequence`/`iterator` examples are what led to the development of compose's
Modifier.pointerInput {}
last year 😄
😮 1
k

KamilH

02/26/2021, 8:06 PM
Interesting reading, thanks!
z

Zach Klippenstein (he/him) [MOD]

02/26/2021, 8:14 PM
The whole gesture system in compose is fascinating, if someone hasn’t written a blog about that yet i’m sure it will blow some minds
a

Adam Powell

02/26/2021, 8:36 PM
I'm really, really happy with how it's turned out. I don't want to write an `onTouchEvent`/`onInterceptTouchEvent`/`requestDisallowInterceptTouchEvent` dance ever again. Turns out a language feature designed for generating state machines for serial execution over time is really good at generating state machines for serial execution over time.
K 4
😄 1
z

Zach Klippenstein (he/him) [MOD]

02/26/2021, 8:37 PM
who’d have thought?
3
6 Views