Published onJuly 4, 2017Lambda and SAM Conversion in Kotlin - Part 1KotlinI love lambda expression. Whether it's in Java, Kotlin, or Javascript (arrow function). It helps me remove verbosity from my code
Published onJuly 4, 2017Kotlin Coroutines - IntroductionKotlinJust like async/await in Javascript and C#, Kotlin Couroutines is trying to make asyncrhronous programming easier by enabling you to write async code with imperative style