All Blogs
init block in Kotlin
In this blog, we will learn about the init block in Kotlin.
Companion object in Kotlin
In this blog, we will learn about the companion object in Kotlin.
lateinit vs lazy in Kotlin
In this blog, we will learn about the lateinit vs lazy properties in Kotlin.
Infix notation 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.
Open keyword in Kotlin
In this blog, we will learn about the open keyword in Kotlin.
Dispatchers in Kotlin Coroutines
In this blog, we are going to learn about the Dispatchers in Kotlin Coroutines including the types of Dispatchers available for use in Coroutines.
Mastering Flow API in Kotlin
In this blog, we are going to learn what is Flow API in Kotlin. Kotlin provides many features out of the box that we can use to perform various tasks in our project.
How does the Android Image Loading library optimize memory usage?
In this blog, we are going to learn how the Android Image Loading library optimizes memory usage.
How does the Android Image Loading library use the bitmap pool for responsive UI?
In this blog, we are going to learn how the Android Image Loading library uses the bitmap pool to make the UI responsive.