- Published on
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.
In this blog, we are going to learn how the Android Image Loading library optimizes memory usage.
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.