Joe Roskopf
Joe's Android Blog

Joe's Android Blog

Follow
Follow
homebadges
Tag

Kotlin

#kotlin

More content

Read more stories on Hashnode


Articles with this tag

Dynamic Proxies in Kotlin with Coroutines

Apr 3, 20236 min read

One of the features that make Kotlin stand out is its support for coroutines. Coroutines allow developers to write asynchronous code in a sequential...

Dynamic Proxies in Kotlin with Coroutines

Retryable StateFlow

Mar 24, 20232 min read

A common pattern used to observe the state of a feature can look something like this (borrowed from NowInAndroid): ViewModel.kt val uiState:...

Retryable StateFlow