2023

Kotlin data class fundamentals

In this post we will discuss key differences between data class and normal class in Kotlin. Summary of Kotlin data classes Lets…

Android Device Types

Android devices vary in shapes and sizes and device makers like Samsung, Oppo, Huawei, Oneplus are always invested in delivering more to…

Kotlin’s JVM annotations

Java interoperability is one of the key advantages of Kotlin. It helped easier transitions to Kotlin while keeping part of your code…

Best practices

In this post we shall discuss some of the best practices for Android engineers while developing any feature for an android app.…