Avinash SharmaKotlin Lambdas: Simplify and Supercharge Your CodeKotlin, a modern programming language for the JVM, has gained immense popularity for its expressive syntax and robust features. One of its…1d ago
Michal AnkiersztajnKotlin Destructing Declarations ExplainedWhat are destructing declarations in Kotlin? When should you use them and how?Jun 17
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 27Oct 27
InNerd For TechbyMiguel TKotlin nullable generics and default valuesGeneric functions with optional parameters accepting null as valid values.Aug 13Aug 13
Rumit PatelHigher-order functions and lambdas for callback usage.Kotlin functions have an amazing feature to be passed through parameters. This feature makes them first class. It can be useful in many…Jan 10Jan 10
Avinash SharmaKotlin Lambdas: Simplify and Supercharge Your CodeKotlin, a modern programming language for the JVM, has gained immense popularity for its expressive syntax and robust features. One of its…1d ago
Michal AnkiersztajnKotlin Destructing Declarations ExplainedWhat are destructing declarations in Kotlin? When should you use them and how?Jun 17
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
InNerd For TechbyMiguel TKotlin nullable generics and default valuesGeneric functions with optional parameters accepting null as valid values.Aug 13
Rumit PatelHigher-order functions and lambdas for callback usage.Kotlin functions have an amazing feature to be passed through parameters. This feature makes them first class. It can be useful in many…Jan 10
forezaLearning about SAM (single abstract method) and functional interfacesRecently, I was asked to convey a feature request to the team.Oct 18, 2022
InSimform EngineeringbyAbhishek IppakayalKotlin Tips and Tricks for Efficient ProgrammingIn this blog, we will re-write the code in the Kotlin way and see how Kotlin makes code more concise and readable.Aug 2, 20215