All Blogs

JvmField Annotation in Kotlin

JvmField Annotation in Kotlin

In this blog, we are going to learn about the JvmField annotation in Kotlin.

JvmOverloads Annotation in Kotlin

JvmOverloads Annotation in Kotlin

In this blog, we are going to learn about the JvmOverloads annotation in Kotlin.

Avoid nesting by handling errors first

Avoid nesting by handling errors first

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.

JvmStatic Annotation in Kotlin

JvmStatic Annotation in Kotlin

In this blog, we are going to learn about the JvmStatic annotation in Kotlin.

Advantage of using const in Kotlin

Advantage of using const in Kotlin

In this blog, we are going to learn about the advantage of using const in Kotlin.

How does the Android Image Loading library solve the slow loading issue?

How does the Android Image Loading library solve the slow loading issue?

In this blog, we are going to learn how the Android Image Loading library solves the slow loading issue of images.

partition - filtering function in Kotlin

partition - filtering function in Kotlin

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.

Why does an Android App lag?

Why does an Android App lag?

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.

HTTP Request vs HTTP Long-Polling vs WebSocket vs Server-Sent Events

HTTP Request vs HTTP Long-Polling vs WebSocket vs Server-Sent Events

In this blog, we are going to learn the HTTP Request vs Http Long-Polling vs WebSocket vs Server-Sent Events(SSE).