App Compatibility
Develop apps keeping app compatibility in mind! Every Android device differs in 2 aspects: hardware and software. Hardware components such as Screen size, CPU architecture & sensor( like bluetooth, GPS…
Develop apps keeping app compatibility in mind! Every Android device differs in 2 aspects: hardware and software. Hardware components such as Screen size, CPU architecture & sensor( like bluetooth, GPS…
In this post we will discuss key differences between data class and normal class in Kotlin. Summary of kotlin data classes Data classes are data holders. Used for POJO or…
Android devices vary in shapes and sizes and device makers like Samsung, Oppo are always invested in delivering more to mobile users. Large screens Foldables Tablets ChromeOS Handsets TVs WearOS…
JVM annotations: Java interoperability is one of the advantages of Kotlin. It helped easier transitions to Kotlin while keeping part of your code in Java. There are cases where you…
In this post we shall discuss some of the best practices for Android engineers while developing any feature for an android app. Main thread safe By default an Android app…