Md. Atikul HassanMastering Kotlin Extension Functions: A Deep DiveKotlin is a modern, statically typed programming language that runs on the Java Virtual Machine (JVM) and is fully interoperable with Java…Nov 6
Navin PrasadKotlin Advanced Topics (Essential)With the official release of Kotlin Multiplatform (KMP) and integration with Android, Kotlin is gaining immense popularity. The beauty of…May 272
Md. Atikul HassanUnderstanding Kotlin Scope Functions: A Comprehensive GuideKotlin, the modern programming language that’s embraced by many developers, offers a range of features designed to enhance code clarity and…Oct 27Oct 27
Hasan zolfagharipourComprehensive Guide To Kotlin Context ReceiverHey everyone and welcome! Today, we’re going to delve into the practical aspects of Context Receiver in Android and Kotlin. In Kotlin…Feb 13Feb 13
Anand Jainkotlin extension function how internally worksKotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class or use design…Oct 7Oct 7
Md. Atikul HassanMastering Kotlin Extension Functions: A Deep DiveKotlin is a modern, statically typed programming language that runs on the Java Virtual Machine (JVM) and is fully interoperable with Java…Nov 6
Navin PrasadKotlin Advanced Topics (Essential)With the official release of Kotlin Multiplatform (KMP) and integration with Android, Kotlin is gaining immense popularity. The beauty of…May 272
Md. Atikul HassanUnderstanding Kotlin Scope Functions: A Comprehensive GuideKotlin, the modern programming language that’s embraced by many developers, offers a range of features designed to enhance code clarity and…Oct 27
Hasan zolfagharipourComprehensive Guide To Kotlin Context ReceiverHey everyone and welcome! Today, we’re going to delve into the practical aspects of Context Receiver in Android and Kotlin. In Kotlin…Feb 13
Anand Jainkotlin extension function how internally worksKotlin provides the ability to extend a class or an interface with new functionality without having to inherit from the class or use design…Oct 7
Sergey-Sharyk8 extension methods to use in every Android projectOver the years, I have accumulated a lot of code snippets for views and data I reuse from project to project — and now I share it with youJan 131
InMindOrksbyBal sikandarBuilder Pattern vs kotlin DSLCreating complex objects using Builder pattern vs Kotlin DSL. We’ll see which one is compact, more readable etc…Jan 20, 20207