Error handling is important, but if it obscures logic, it’s wrong. What are retrofit call adapters used for? How does CallAdapter work? In this article, you…
Browsing: Kotlin
Do you have one minute? great! It’s enough to have quick look at some useful things you should know about Kotlin Flow. Here are 19 things you…
7 very important and useful ways to create Flow in Kotlin with examples. flowOf() asFlow() flow{} MutableStateFlow & MutableSharedFlow() ChannelFlow CallbackFlow emptyFlow Read full version of this blog post with…