Articles in this series
Exploring the Power of Kotlin Flow: Combining, Merging, and Zipping Streams · This is part of the asynchronous flow series: Part 1 - Exploring Android...
Kotlin Flow, SharedFlow, MutableSharedFlow, StateFlow, MutableStateFlow and FlowCollector class diagram · This is part of the asynchronous flow...
If you see a method call that have space between, it is likely a Kotlin infix notation. · Whenever I read Kotlin code that has infix notation, it always...
Simple example to understand reified type parameters in Kotlin · One of the most common uses of this reified type parameter is view model creation. For...
Simple explanation of delegation interface in Kotlin with some examples · You may be familiar with delegated properties in Kotlin, but have you heard of...
Simple way to understand "by" operator (used for delegated properties) in Kotlin and the reasons to use it. · When I first learned Kotlin, the by...