ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

142 results

Indently
Learn Kotlin for Android: Lambda Expressions (Lesson 24)

So here are the very basics regarding lambda expressions in Kotlin! ​​​​

4:52
Learn Kotlin for Android: Lambda Expressions (Lesson 24)

4,721 views

5 years ago

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

271 views

10 months ago

Emmett Witchel
Android Programming: Lambda functions in Kotlin

This demo walks through code that demonstrates what lambda functions are in Kotlin and how to use them.

14:31
Android Programming: Lambda functions in Kotlin

664 views

5 years 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

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

DevExpert - Programación Android y Kotlin
Cómo usar TIPOS de funciones y expresiones LAMBDA en Kotlin [Curso 2024]

Mira ya el vídeo completo de Kotlin desde Cero aquí https://youtu.be/QoJoMDiDkFs No te pierdas ningún contenido ...

8:11
Cómo usar TIPOS de funciones y expresiones LAMBDA en Kotlin [Curso 2024]

7,636 views

1 year ago

KoKoKotlin
Kotlin Tutorial 0b01010 [German] - Anwendung von Lambdas

Kotlin Tutorial 0b01010 [German] - Anwendung von Lambdas In diesem Video zeige ich eine Auswahl von Verwendungszwecken ...

7:24
Kotlin Tutorial 0b01010 [German] - Anwendung von Lambdas

118 views

7 years ago

KoKoKotlin
Kotlin Tutorial 0b01000 [German] - Lambdas

Kotlin Tutorial 0b01000 [German] - Lambdas In diesem Video erkläre ich die Grundlagen von Lambdas in Kotlin. Kotlin Docs: ...

5:03
Kotlin Tutorial 0b01000 [German] - Lambdas

300 views

7 years ago

All About Development
Android Development for Beginners - Lambda Expressions Lesson 24

DONT CLICK THIS: https://bit.ly/3AuzBjH In this Android Development for Beginners Tutorial, you will learn how to build Android ...

4:52
Android Development for Beginners - Lambda Expressions Lesson 24

24 views

4 years 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

Indently
Kotlin Coroutines: coroutineScope vs. runBlocking (Tutorial)

To keep it simple: runBlocking blocks, and coroutineScope suspends, and for that reason, runBlocking is a normal function, while ...

5:55
Kotlin Coroutines: coroutineScope vs. runBlocking (Tutorial)

6,627 views

5 years ago

Indently
Learn Kotlin for Android: Apply, With... (Lesson 26)

In this video we will be covering the scope functions "apply", and "with". ​​​​

5:05
Learn Kotlin for Android: Apply, With... (Lesson 26)

1,333 views

5 years ago

Kaloyan Karaivanov
Kotlin - Solving a sample coding interview problem

Useful Kotlin Idioms You Should Know: - Data classes - Named and default arguments - Expressions - Null-safety - Extension ...

11:08
Kotlin - Solving a sample coding interview problem

2,786 views

3 years ago

Cave of Programming
The Not Null Assertion Operator: Kotlin for Complete Beginners 036

The not-null assertion operator lets us dangerously override Kotlin's attempts to stop you accessing nullable values as though ...

4:02
The Not Null Assertion Operator: Kotlin for Complete Beginners 036

139 views

11 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

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

Peter Sommerhoff
Kotlin for Android Developers #8: Functions

COMING IN NOV 2020: Join my free 6-part video series to become a confident software developer: ...

6:23
Kotlin for Android Developers #8: Functions

324 views

8 years 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

AppPort Academy
Kotlin Lambdas (AppPort Academy - Android; Week 02, Lesson 05)

AppPort Academy - Android: Presented by: - Vladimir Valouch Content: - Introduction to Kotlin Lambdas Github sources: ...

17:24
Kotlin Lambdas (AppPort Academy - Android; Week 02, Lesson 05)

16 views

4 years ago