Ramadan SayedKotlin Generics: The Ultimate Guide with Practical ExamplesKotlin, as a modern programming language, offers a robust and flexible way to handle types through generics. Generics allow you to write…Aug 123
InProAndroidDevbyMichal AnkiersztajnKotlin reified Explained (no more type erasure)In Kotlin, when working on a JVM environment such as Android, Desktop or Spring Boot, the type is erased at runtime…Jul 11
Avinash JaiswalUnderstanding Generics and Variance Modifiers( In, Out & Where) in Kotlin: Flexible & Reusable…Generics in Kotlin, like in many other programming languages, allow you to write flexible, reusable functions and classes that can work…Jul 24Jul 24
Michal AnkiersztajnKotlin performant primitive collectionsLearn how to optimize your programs in a straightforward and maintainable way. Avoid ANRs, lags, and unnecessary memory allocations!Jul 31Jul 31
Michal AnkiersztajnTypealiases in Kotlin ExplainedWhy should you use typealias in Kotlin? When to use it and how?Jun 121Jun 121
Ramadan SayedKotlin Generics: The Ultimate Guide with Practical ExamplesKotlin, as a modern programming language, offers a robust and flexible way to handle types through generics. Generics allow you to write…Aug 123
InProAndroidDevbyMichal AnkiersztajnKotlin reified Explained (no more type erasure)In Kotlin, when working on a JVM environment such as Android, Desktop or Spring Boot, the type is erased at runtime…Jul 11
Avinash JaiswalUnderstanding Generics and Variance Modifiers( In, Out & Where) in Kotlin: Flexible & Reusable…Generics in Kotlin, like in many other programming languages, allow you to write flexible, reusable functions and classes that can work…Jul 24
Michal AnkiersztajnKotlin performant primitive collectionsLearn how to optimize your programs in a straightforward and maintainable way. Avoid ANRs, lags, and unnecessary memory allocations!Jul 31
Michal AnkiersztajnTypealiases in Kotlin ExplainedWhy should you use typealias in Kotlin? When to use it and how?Jun 121
Betül Necanlıkotlin generics <in, out, where> terms with examples 📝In Kotlin, generics are used to specify the types of objects that a class, interface, or method can operate on.Feb 8, 20233
Michal AnkiersztajnNumber class in Kotlin ExplainedWhat is the Number class in Kotlin, and how can it be used? It’s the base class that Int, Double, etc., inherits from.Jun 10
Sevban BayırLet’s Stretch with Kotlin GenericsGenerics as their name suggests make our code more flexible :) and are a helpful concept that prevent us to write boilerplate code to…Sep 17, 2023