- Published on
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.
In this blog, we are going to learn how the Android Image Loading library uses the bitmap pool to make the UI responsive.
In this blog, we are going to learn about the JvmField annotation in Kotlin.
In this blog, we are going to learn about the JvmOverloads annotation in Kotlin.
In this blog, we are going to learn one of the coding best practices which is how avoiding nesting by handling errors first increases the readability.
In this blog, we are going to learn about the JvmStatic annotation in Kotlin.
In this blog, we are going to learn about the advantage of using const in Kotlin.
In this blog, we are going to learn how the Android Image Loading library solves the slow loading issue of images.
In this blog, we will learn about the Kotlin filtering function - partition. It filters a collection by a predicate and keeps the elements that don't match it in a separate list.
In this blog, we will learn why an Android App lags. I believe that every Android Developer should know the reason for the low performance of the Android app.