Leverage Kotlin Inline Classes to Create Expressive, Type-Safe Code Without Compromising…In Kotlin, inline classes wrap a single value within a custom type without the runtime overhead of creating an actual object. This helps…Oct 29, 2024Oct 29, 2024
Kotlin Inline FunctionsUnderstand how inline, noinline and crossinline modifiers workOct 26, 2024Oct 26, 2024
Understanding Kotlin Type Projection: In-depth Guide to Use-Site VarianceIn the last article, we discussed Type variance. The examples in the article were primarily based on Declaration site variance, i.e…Oct 22, 2024Oct 22, 2024
Generics in Kotlin — Type VarianceGenerics in Kotlin are like a Swiss Army knife: they allow a single function, class, or data structure to work with various types. Just as…Oct 17, 2024Oct 17, 2024
Published inMindOrksAndroid Testing Part 1:Espresso BasicsHuman beings are prone to mistakes and this very nature of humans make software vulnerable to bugs, defects and errors. So before shipping…Jan 31, 2018A response icon8Jan 31, 2018A response icon8