ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,778 results

Related queries

philipp lackner

kotlin multiplatform

kotlin interview questions

inline function kotlin

extension function kotlin

sealed class in kotlin

kotlin coroutines

higher order functions kotlin

jetpack compose tutorial

kotlin course

kotlin tutorial

Philipp Lackner
Kotlin Newbie to Pro - LAMBDA FUNCTIONS - Part 28

In this video you will learn what lambda functions are, how to use them and how to write your own lambdas. ⭐ 300+ Quiz ...

16:29
Kotlin Newbie to Pro - LAMBDA FUNCTIONS - Part 28

39,233 views

5 years ago

Donn Felker
How to use a Lambda Function as a Function Parameter in Kotlin

In this lesson, you will learn how to pass a lambda expression as a function parameter and execute it within a calling function.

5:54
How to use a Lambda Function as a Function Parameter in Kotlin

6,029 views

4 years ago

Yash Nagayach
Kotlin Lambda Functions | Simple Explanation | Code With Yash

Instagram: https://www.instagram.com/code.with.yash SUBSCRIBE❤ Code With Yash Kotlin Complete Beginners Playlist: ...

5:30
Kotlin Lambda Functions | Simple Explanation | Code With Yash

13,601 views

5 years ago

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

Philipp Lackner
Let, Also, Apply, Run, With - Kotlin Scope Functions

In this video I will summarize for what you should choose which Kotlin scope function. 00:00 - Kotlin Scope Functions 00:30 - Let ...

11:44
Let, Also, Apply, Run, With - Kotlin Scope Functions

108,573 views

5 years ago

Programming with Alex
Kotlin: Lambda & Higher-Order Functions
18:39
Kotlin: Lambda & Higher-Order Functions

855 views

5 months ago

People also watched

Kotlin & Android с нуля – Иван Ветров
Урок 20: Лямбда-функции (лямбды), анонимные функции | Курс по Kotlin с нуля

Тесты и практика по этому уроку: https://t.me/KotlinBasicsBot?start=youtube Текстовая версия урока: https://clck.ru/39ZcaC ...

10:24
Урок 20: Лямбда-функции (лямбды), анонимные функции | Курс по Kotlin с нуля

30,670 views

3 years ago

Jonas Keil
Finally Understanding Lambdas in Java | Functional Programming #1

Lambda expressions seem complicated and incomprehensible to most Java beginners. The concept behind lambdas in Java is ...

16:33
Finally Understanding Lambdas in Java | Functional Programming #1

38,418 views

3 years ago

SyntaxSugarDaddy
Learning Kotlin from Scratch | #22 Extensions.

A complete video course on the Kotlin programming language. In the twenty-second lesson, we analyze extensions. !!Important ...

26:56
Learning Kotlin from Scratch | #22 Extensions.

4,380 views

3 years ago

Charfaoui Younes
Kotlin For Beginners - Lambdas

Sign up for my new newsletter here https://bit.ly/YCNewsletter102 Join my Community on Discord: ...

8:52
Kotlin For Beginners - Lambdas

1,432 views

3 years ago

Philipp Lackner
Everything About Context Parameters In Kotlin (Super Cool New Feature!)

In this video, I'll show you how you can get the most out of context parameters in Kotlin - and when I think it would be unnecessary ...

16:42
Everything About Context Parameters In Kotlin (Super Cool New Feature!)

13,034 views

3 months ago

KotlinBytes
Kotlin Callbacks, Closures & Lambdas

KotlinBytes - Kotlin 101 ep.14 - Callbacks, Closures & Lambdas Callbacks and Closures are oftentimes used for similar purposes.

9:05
Kotlin Callbacks, Closures & Lambdas

11,782 views

5 years ago

Philipp Lackner
Suspend Functions vs. Flows In Kotlin & Android

In this video, I'll clarify the confusion between suspend functions and Flows once and for all. Visit KotlinConf 2026 in Munich and ...

10:38
Suspend Functions vs. Flows In Kotlin & Android

11,432 views

3 weeks ago

CodeLucky
Kotlin Lambda with Receivers: Master 'this' in Lambda Context for DSL Syntax

Master Kotlin Lambda with Receivers and learn how to use the 'this' keyword in lambda expressions! In this comprehensive ...

4:20
Kotlin Lambda with Receivers: Master 'this' in Lambda Context for DSL Syntax

30 views

2 months ago

Simplified Coding
Kotlin Scope Functions Tutorial - let, run, with, apply and also

Welcome to Kotlin Scope Functions Tutorial. In this video we will see all the available kotlin scope functions in Kotlin standard ...

11:59
Kotlin Scope Functions Tutorial - let, run, with, apply and also

13,245 views

4 years ago

Packt
Learn Kotlin Programming: Intro Higher-Order Functions & Lambda Expressions| packtpub.com

This video tutorial has been taken from Learn Kotlin Programming. You can learn more and buy the full video course here ...

7:28
Learn Kotlin Programming: Intro Higher-Order Functions & Lambda Expressions| packtpub.com

7,031 views

7 years ago

Dave Leeds
Anonymous Functions Aren't Lambdas

Rarely spotted in the wild, Kotlin's anonymous functions blend some features of named functions with some features of lambdas.

9:08
Anonymous Functions Aren't Lambdas

6,188 views

1 year ago

Cheezy Code
Kotlin Lambdas Expressions | Higher Order Functions in Kotlin | Cheezycode #34

In this tutorial, learn Kotlin Lambda Functions and Expressions. Learn variations of lambda expressions and the use of 'it' in ...

8:55
Kotlin Lambdas Expressions | Higher Order Functions in Kotlin | Cheezycode #34

33,438 views

5 years ago

Donn Felker
How to Pass Arguments to a Kotlin Lambda Function

In this lesson, we will dive deeper into lambas to see how you can pass values to a function parameter to achieve a callback-like ...

11:15
How to Pass Arguments to a Kotlin Lambda Function

2,296 views

4 years ago

Smartherd
Kotlin Lambdas and Higher Order Functions Part - 1. Kotlin Tutorial for Beginners #9.1

Access 7000+ courses for 15 days FREE: https://pluralsight.pxf.io/c/1291657/431340/7490 Kotlin Tutorial: Learn about Lambdas ...

16:47
Kotlin Lambdas and Higher Order Functions Part - 1. Kotlin Tutorial for Beginners #9.1

92,829 views

8 years ago

Dave Leeds
What are all of those Kotlin function types for?

Kotlin's got a surprising number of function types - what are they used for? In this video, we'll look at the range of different function ...

10:41
What are all of those Kotlin function types for?

6,677 views

11 months ago

Simplified Coding
Kotlin Higher Order Function and Lambda - #11 Kotlin Android Tutorial for Beginners

Kotlin Higher Order Function and Lambda: A very warm welcome to you in the video lesson of this Kotlin Android Tutorial for ...

13:28
Kotlin Higher Order Function and Lambda - #11 Kotlin Android Tutorial for Beginners

19,908 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

Philipp Lackner
Full 2025 Kotlin Crash Course For Beginners

... 1:31:10 - Normal functions 1:42:03 - Extension functions 1:49:07 - Function overloading 1:52:25 - Lambda functions 2:07:33 ...

3:11:50
Full 2025 Kotlin Crash Course For Beginners

221,315 views

9 months ago

Philipp Lackner
Suspend Functions - Kotlin Coroutines

In this video you will learn what suspend functions are and how to use them in your project. ⭐ Get certificates for your future job ...

4:19
Suspend Functions - Kotlin Coroutines

83,256 views

5 years ago

Khanyisa Keke TV
Mastering Lambda Expressions: The Key to Unlocking Kotlin's Full Potential  #kotlin  #lambda

Say Goodbye to Boring Code: Discover the Magic of Lambda Expressions in Kotlin Click here for the full What are Lambda ...

0:22
Mastering Lambda Expressions: The Key to Unlocking Kotlin's Full Potential #kotlin #lambda

72 views

1 year ago

Donn Felker
How to Use Simple Lambda Expressions in Kotlin

In this lesson, you'll learn how to understand simple lambda expressions. Watch the entire FREE Kotlin Programming course ...

13:20
How to Use Simple Lambda Expressions in Kotlin

4,959 views

4 years ago

Android Developers
Inline functions - Kotlin Vocabulary

Stay tuned to see what happens when you pass lambda functions as parameters, what inline does under the hood, and what you ...

5:00
Inline functions - Kotlin Vocabulary

84,921 views

5 years ago

Sonar Systems
Lambda Function - Kotlin Programming

Get 100% Off Your First Month with CustomGPT! Sign up for a Standard CustomGPT.ai subscription using my referral link and ...

4:02
Lambda Function - Kotlin Programming

2,972 views

6 years ago