#kotlin-beginner
Read more stories on Hashnode
Articles with this tag
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...
Android and Desktop app Kotlin compilation process comparisons - Java Virtual machine(JVM), Dalvik Virtual Machine(DVM) and Android Runtime(ART) · Have...
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...