ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

Cave of Programming
Lambdas with Receivers: Kotlin for Complete Beginners 042

Some revision on functions with receivers, and about lambda expressions with receivers. Github: ...

6:47
Lambdas with Receivers: Kotlin for Complete Beginners 042

299 views

10 months ago

Cave of Programming
Trailing Lambdas: Kotlin for Complete Beginners 041

Trailing lambdas allow us to create quite unusual and interesting constructs in Kotlin. Github: ...

7:01
Trailing Lambdas: Kotlin for Complete Beginners 041

220 views

10 months ago

Cave of Programming
Lambda Expressions: Kotlin for Complete Beginners 040

Lambda expressions in Kotlin. Github: https://github.com/caveofprogramming/Kotlin Free and premium courses: ...

7:15
Lambda Expressions: Kotlin for Complete Beginners 040

269 views

10 months ago

The Debug Zone
Understanding `it` in Kotlin Lambda Expressions: A Complete Guide

In this video, we dive deep into the world of Kotlin lambda expressions, focusing specifically on the `it` keyword. Whether you're a ...

1:32
Understanding `it` in Kotlin Lambda Expressions: A Complete Guide

4 views

6 months ago

Peter Schneider
Why is a Kotlin lambda being garbage collected while an object isn't?

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:28
Why is a Kotlin lambda being garbage collected while an object isn't?

2 views

11 months ago

The Debug Zone
Why Can't I Use Lambda Expressions with Interfaces in Kotlin?

In this video, we delve into the intriguing topic of lambda expressions and their relationship with interfaces in Kotlin. While Kotlin ...

3:21
Why Can't I Use Lambda Expressions with Interfaces in Kotlin?

3 views

11 months ago

The Debug Zone
Mastering Kotlin: Writing Lambdas with Generics for Enhanced Code Flexibility

In this video, we dive into the powerful world of Kotlin, focusing on the use of lambdas with generics to elevate your coding skills.

1:53
Mastering Kotlin: Writing Lambdas with Generics for Enhanced Code Flexibility

17 views

5 months ago

The Debug Zone
Kotlin Lambda Decompiled to Java: Understanding Function0 and Null.INSTANCE

In this video, we dive into the fascinating world of Kotlin and its seamless interoperability with Java. We'll explore the intricacies of ...

1:30
Kotlin Lambda Decompiled to Java: Understanding Function0 and Null.INSTANCE

21 views

5 months ago

Cave of Programming
Introducing Coroutines: Kotlin for Complete Beginners 052

Introducing Kotlin coroutines -- a sort of alternative to typical multithreading. Github: https://github.com/caveofprogramming/Kotlin ...

14:22
Introducing Coroutines: Kotlin for Complete Beginners 052

103 views

4 months ago

The Debug Zone
How to Convert Comparator to Lambda Expression in Kotlin: A Step-by-Step Guide

In this video, we'll explore the powerful features of Kotlin by demonstrating how to convert traditional Comparator implementations ...

1:54
How to Convert Comparator to Lambda Expression in Kotlin: A Step-by-Step Guide

1 view

6 months ago

The Debug Zone
How to Call Kotlin Inline Functions from Java: A Step-by-Step Guide

In this video, we'll explore the fascinating world of Kotlin inline functions and how they can be seamlessly called from Java.

3:30
How to Call Kotlin Inline Functions from Java: A Step-by-Step Guide

16 views

11 months ago

Mawuli Azameti
Episode 6 - Master Functions in Kotlin | Beginners Guide with Examples

functions #coding #kotlin Functions are the building blocks of every Kotlin program. In this episode, you'll learn: ✓ What functions ...

13:14
Episode 6 - Master Functions in Kotlin | Beginners Guide with Examples

29 views

3 months ago

Cave of Programming
Function Types and Function Parameters: Kotlin for Complete Beginners 037

How can we declare variables that can refer to functions, and how do we obtain a reference to a function? We'll answer those ...

5:55
Function Types and Function Parameters: Kotlin for Complete Beginners 037

134 views

11 months ago

Cave of Programming
Data Classess: Kotlin for Complete Beginners 046

Data classes are an easy way to create a class that holds some data, with some useful out-of-the-box functionality. Github: ...

5:19
Data Classess: Kotlin for Complete Beginners 046

164 views

8 months ago

The Debug Zone
Mastering Functional Interfaces and Function Types in Kotlin: A Complete Guide

In this comprehensive guide, we delve into the world of functional interfaces and function types in Kotlin, a powerful feature that ...

2:45
Mastering Functional Interfaces and Function Types in Kotlin: A Complete Guide

10 views

4 months ago

Cave of Programming
Suspending Functions: Kotlin for Complete Beginners 053

We can use suspending functions to create coroutines in Kotlin. The "suspend" keyword marks the function as suspendable, and ...

10:45
Suspending Functions: Kotlin for Complete Beginners 053

141 views

3 months ago

The Debug Zone
Understanding the Difference Between Fold and Reduce in Kotlin: When to Use Each

In this video, we delve into the essential concepts of fold and reduce in Kotlin, two powerful functions that streamline data ...

4:06
Understanding the Difference Between Fold and Reduce in Kotlin: When to Use Each

6 views

10 months ago

Cave of Programming
Nullability and Safecall: Kotlin for Complete Beginners 034

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 ...

4:08
Nullability and Safecall: Kotlin for Complete Beginners 034

146 views

11 months ago

Cave of Programming
Anonymous Functions: Kotlin for Complete Beginners 038

In Kotlin we can declare nameless functions for use wherever we need them. Github: https://github.com/caveofprogramming/Kotlin ...

8:18
Anonymous Functions: Kotlin for Complete Beginners 038

132 views

11 months ago

Cave of Programming
Any, equals, hashcode and toString: Kotlin for Complete Beginners 044

The Any class and the equals, hashcode and toString methods. Also, referential vs structural equality. Github: ...

10:01
Any, equals, hashcode and toString: Kotlin for Complete Beginners 044

136 views

10 months ago