- Published on
inline function in Kotlin
In this blog, we will learn about the inline function in Kotlin.
In this blog, we will learn about the inline function in Kotlin.
In this blog, we will learn about the noinline modifier in Kotlin.
In this blog, we will learn about how can we optimize the scrolling performance of the Nested RecyclerView using the setRecycledViewPool.
In this blog, we will learn about the singleTask launchMode in Android.
In this blog, we will learn about the init block in Kotlin.
In this blog, we will learn about the companion object in Kotlin.
In this blog, we will learn about the lateinit vs lazy properties in Kotlin.
In this blog, we will learn about the Infix notation in Kotlin. The Infix notation enables us to write code that looks much more like a natural language.
In this blog, we will learn about the open keyword in Kotlin.