Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
29 results
Some revision on functions with receivers, and about lambda expressions with receivers. Github: ...
299 views
10 months ago
Lambda expressions in Kotlin. Github: https://github.com/caveofprogramming/Kotlin Free and premium courses: ...
271 views
Trailing lambdas allow us to create quite unusual and interesting constructs in Kotlin. Github: ...
220 views
Introducing Kotlin coroutines -- a sort of alternative to typical multithreading. Github: https://github.com/caveofprogramming/Kotlin ...
103 views
4 months ago
In this video, we dive deep into the world of Kotlin lambda expressions, focusing specifically on the `it` keyword. Whether you're a ...
4 views
6 months ago
In this video, we delve into the intriguing topic of lambda expressions and their relationship with interfaces in Kotlin. While Kotlin ...
3 views
11 months ago
Why is a Kotlin lambda being garbage collected while an object isn't? I hope you found a solution that worked for you :) The ...
2 views
Data classes are an easy way to create a class that holds some data, with some useful out-of-the-box functionality. Github: ...
164 views
8 months ago
In this video, we dive into the powerful world of Kotlin, focusing on the use of lambdas with generics to elevate your coding skills.
17 views
5 months ago
In this video, we dive into the fascinating world of Kotlin and its seamless interoperability with Java. We'll explore the intricacies of ...
21 views
The not-null assertion operator lets us dangerously override Kotlin's attempts to stop you accessing nullable values as though ...
139 views
We can use suspending functions to create coroutines in Kotlin. The "suspend" keyword marks the function as suspendable, and ...
141 views
3 months ago
In this video, we'll explore the powerful features of Kotlin by demonstrating how to convert traditional Comparator implementations ...
1 view
In Kotlin we can declare nameless functions for use wherever we need them. Github: https://github.com/caveofprogramming/Kotlin ...
132 views
The Any class and the equals, hashcode and toString methods. Also, referential vs structural equality. Github: ...
136 views
Kotlin tries hard to prevent us doing invalid things with variables that don't refer to valid objects. Here we'll take a look at the idea ...
146 views
In this video, we'll explore the fascinating world of Kotlin inline functions and how they can be seamlessly called from Java.
16 views
How can we declare variables that can refer to functions, and how do we obtain a reference to a function? We'll answer those ...
134 views
functions #coding #kotlin Functions are the building blocks of every Kotlin program. In this episode, you'll learn: ✓ What functions ...
29 views
In this comprehensive guide, we delve into the world of functional interfaces and function types in Kotlin, a powerful feature that ...
10 views