Anand GaurScope Functions in KotlinScope functions are an essential feature in Kotlin that make your code more readable, concise, and expressive. They allow you to execute…3d ago
Anand GaurHigher-Order Functions in KotlinIn Kotlin, higher-order functions are a powerful feature that allows you to make your code more modular, reusable, and expressive. These…6d ago
Anand GaurInline Functions in KotlinKotlin is known for its expressive and concise syntax, and inline functions are one of the many features that make it powerful.5d ago5d ago
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 11Jul 11
InBackToCodingbyMilind AmrutkarDefining Parameters and Return Types in Kotlin Functions (Mastering Kotlin Part 8)Master Kotlin functions with our beginner-friendly guide on defining parameters and return types.Oct 28Oct 28
Anand GaurScope Functions in KotlinScope functions are an essential feature in Kotlin that make your code more readable, concise, and expressive. They allow you to execute…3d ago
Anand GaurHigher-Order Functions in KotlinIn Kotlin, higher-order functions are a powerful feature that allows you to make your code more modular, reusable, and expressive. These…6d ago
Anand GaurInline Functions in KotlinKotlin is known for its expressive and concise syntax, and inline functions are one of the many features that make it powerful.5d ago
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
InBackToCodingbyMilind AmrutkarDefining Parameters and Return Types in Kotlin Functions (Mastering Kotlin Part 8)Master Kotlin functions with our beginner-friendly guide on defining parameters and return types.Oct 28
InProAndroidDevbyMichal AnkiersztajnInline Functions In Kotlin ExplainedHow Kotlin inline functions work? Why should you use them? What makes them so special?Feb 73
InBackToCodingbyMilind AmrutkarIntroduction to Kotlin Functions (Mastering Kotlin Part 7)Hello and Welcome back to the “Kotlin mastery series”. In our previous article we understood, “Primitive and Reference data types in…Oct 27
PINAR TURGUTLambda Functions: Your Ultimate Guide to Lambda Expressions in KotlinHey there fellow developers! 👋 Today, let’s dive into the fascinating world of Kotlin, where things get exciting with two powerful…Jan 181