Prahalad SharmaDelegation in KotlinUnderstanding Kotlin Delegations: Simplifying Code with Powerful AbstractionsOct 21
InProAndroidDevbyMichal AnkiersztajnKotlin Lazy vs Lateinit ExplainedProperties are the core of every program. There are many smart ways to initialize them. Take a look at lazy and lateinit initializations:Jun 243
M. Masood MasaeliKotlin Gems: Features I Wish I Discovered SoonerFeatures I Wish I Discovered SoonerSep 2Sep 2
InProAndroidDevbyMichal AnkiersztajnComposition Over Inheritance In Kotlin ExplainedComposition is a more flexible and clean way to handle things than inheritance, especially in KotlinMay 222May 222
InProAndroidDevbyMichal AnkiersztajnGranular Analytics Through Delegation In KotlinAnalyse using composition, not inheritance. Fix crashes and find bugs with ease!Aug 192Aug 192
Prahalad SharmaDelegation in KotlinUnderstanding Kotlin Delegations: Simplifying Code with Powerful AbstractionsOct 21
InProAndroidDevbyMichal AnkiersztajnKotlin Lazy vs Lateinit ExplainedProperties are the core of every program. There are many smart ways to initialize them. Take a look at lazy and lateinit initializations:Jun 243
M. Masood MasaeliKotlin Gems: Features I Wish I Discovered SoonerFeatures I Wish I Discovered SoonerSep 2
InProAndroidDevbyMichal AnkiersztajnComposition Over Inheritance In Kotlin ExplainedComposition is a more flexible and clean way to handle things than inheritance, especially in KotlinMay 222
InProAndroidDevbyMichal AnkiersztajnGranular Analytics Through Delegation In KotlinAnalyse using composition, not inheritance. Fix crashes and find bugs with ease!Aug 192
Hari PrasadDelegates in KotlinA way to delegate the implementation of properties or functions to another object.Aug 4, 2023
InDev GeniusbySandeep KellaMastering Kotlin’s Delegate Properties for Cleaner CodeImagine you’re managing a bustling coffee shop. You’ve got baristas making coffee, cashiers handling payments, and managers keeping…Jul 25