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…
In this post we will discuss key differences between data class and normal class in Kotlin. Summary of Kotlin data classes Lets…
Android devices vary in shapes and sizes and device makers like Samsung, Oppo, Huawei, Oneplus are always invested in delivering more to…
Java interoperability is one of the key advantages of Kotlin. It helped easier transitions to Kotlin while keeping part of your code…
In this post we shall discuss some of the best practices for Android engineers while developing any feature for an android app.…