ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,022 results

Related queries

lambda function in kotlin

extension functions in kotlin

kotlin interview questions

higher order functions kotlin

coroutines kotlin

kotlin full course

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,592 views

5 years ago

Codetutor
Master Scope Functions: let, run, with, apply & also Explained! : Kotlin Fundamentals Tutorial - 48

Understanding Kotlin Scope Functions - let, run, with, apply, and also In this video, learn about Kotlin scope functions and how ...

9:26
Master Scope Functions: let, run, with, apply & also Explained! : Kotlin Fundamentals Tutorial - 48

4,142 views

2 years ago

Smartherd
Kotlin Scope Functions: let, apply, run, with, and also : With Differences

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 Learn how and where to use scope ...

26:55
Kotlin Scope Functions: let, apply, run, with, and also : With Differences

72,098 views

5 years ago

Andrew Courter
Kotlin Scope Functions

In this video I talk about how to use Kotlin Scope functions (let, apply, also, run) and some useful tips on when to utilize each of ...

7:48
Kotlin Scope Functions

875 views

2 years ago

Cody Engel
The Let Scope Function Explained (Kotlin)

In this video we talk about the let scope function and how I typically use it with Kotlin. As with every single video I do about ...

10:19
The Let Scope Function Explained (Kotlin)

5,133 views

5 years ago

Cheezy Code
Kotlin apply, let, with, run functions | Scoped Functions in Kotlin | Cheezycode #37

In this tutorial, learn what are scoped functions and how to define them. You will learn how to use apply(), let(), with() and run() ...

6:43
Kotlin apply, let, with, run functions | Scoped Functions in Kotlin | Cheezycode #37

37,824 views

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

Android Developer Tips
What are Kotlin Scope Functions? How to pick the best for every use case?

Kotlin is a modern language that brought many features to Android developers' table, one of which is scope functions. In this video ...

7:51
What are Kotlin Scope Functions? How to pick the best for every use case?

1,383 views

4 years ago

People also watched

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,466 views

3 weeks 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,047 views

3 months ago

Kotlin by JetBrains
Kotlin & Functional Programming: pick the best, skip the rest by Urs Peter

Along the way, you will get a line-up of all the functional features Kotlin offers as well as the goodies functional libraries such as ...

43:49
Kotlin & Functional Programming: pick the best, skip the rest by Urs Peter

32,560 views

2 years ago

Rock the JVM
Kotlin Coroutines Tutorial, Part 1: Suspend Functions, Coroutine Scopes, Async and More

Written form: https://blog.rockthejvm.com/kotlin-coroutines-101/ Complete Kotlin course: https://rockthejvm.com/p/kotlin-essentials ...

24:22
Kotlin Coroutines Tutorial, Part 1: Suspend Functions, Coroutine Scopes, Async and More

19,558 views

3 years ago

GOTO Conferences
Functional Programming with Kotlin • Hadi Hariri • GOTO 2018

This presentation was recorded at GOTO Amsterdam 2018. #gotocon #gotoams http://gotoams.nl Hadi Hariri - Kotlin Expert at ...

51:31
Functional Programming with Kotlin • Hadi Hariri • GOTO 2018

40,044 views

7 years ago

Cody Engel
The Run Scope Function Explained (Kotlin)

In this video we talk about the run scope function and how I typically use it with Kotlin. As with every single video I do about ...

8:04
The Run Scope Function Explained (Kotlin)

1,418 views

5 years ago

Dave Leeds
The Essence of Coroutines

In Kotlin and other languages, coroutines are often seen as just async/await. But the essence of coroutines is much simpler and ...

8:10
The Essence of Coroutines

22,695 views

1 year ago

Devoxx
[VDZ22] 9 Java Patterns that Kotlin made obsolete by Sebastian Brunner

Are you a Kotlin expert? Or maybe you have never worked with it before? Either way, there's a lot for you to learn because Kotlin ...

19:27
[VDZ22] 9 Java Patterns that Kotlin made obsolete by Sebastian Brunner

7,701 views

3 years ago

Philipp Lackner
5 Kotlin Coroutine Secrets I Wish I Knew Earlier

In this video you'll learn about 5 common mistakes about coroutines that I haven't shared before like that. Let me be your ...

24:23
5 Kotlin Coroutine Secrets I Wish I Knew Earlier

36,482 views

1 year ago

Philipp Lackner
Threads vs. Kotlin Coroutines vs. Dispatchers - The Last Video You'll Need

In this video, I'll explain the differences between threads and coroutines in detail. You'll understand exactly what blocking code is, ...

27:14
Threads vs. Kotlin Coroutines vs. Dispatchers - The Last Video You'll Need

18,951 views

2 months ago

Cody Engel
The Apply Scope Function Explained (Kotlin)

In this video we talk about the apply scope function and how I typically use it with Kotlin. As with every single video I do about ...

5:06
The Apply Scope Function Explained (Kotlin)

2,008 views

5 years ago

Dave Leeds
Fun with Function Types in Kotlin

Let's look at the different kinds of function types in Kotlin, and see how we can call regular functions - and even property setters ...

11:35
Fun with Function Types in Kotlin

6,036 views

1 year ago

Rock the JVM
Kotlin Scope Functions for Expressiveness: let, run, with, apply

Complete Kotlin course: https://rockthejvm.com/p/kotlin-essentials In this video, we'll learn about Kotlin scope functions: let, run, ...

24:51
Kotlin Scope Functions for Expressiveness: let, run, with, apply

2,551 views

1 year ago

Cody Engel
Kotlin Scope Functions | Kotlin Tutorial 2019

Kotlin scope functions are one of my favorite things about this programming language. There are five different scope functions ...

11:30
Kotlin Scope Functions | Kotlin Tutorial 2019

3,610 views

6 years ago

Cody Engel
The Also Scope Function Explained (Kotlin)

In this video we talk about the also scope function and how I typically use it with Kotlin. As with every single video I do about ...

4:58
The Also Scope Function Explained (Kotlin)

1,652 views

5 years ago

Next LVL Programming
What Are Scope Functions In Kotlin? - Next LVL Programming

What Are Scope Functions In Kotlin? Unlocking the power of Kotlin can significantly enhance your coding journey. In this video ...

3:38
What Are Scope Functions In Kotlin? - Next LVL Programming

0 views

5 months ago

Charles Realm : Developer
Scope Functions in Kotlin Android Studio :  let, run, with, also, apply {} Functions

Blog : https://mtcskotlin.blogspot.com/2023/06/what-is-scope-function-in-kotlin.html LinkedIn ...

10:39
Scope Functions in Kotlin Android Studio : let, run, with, also, apply {} Functions

118 views

2 years ago

Kotlin by JetBrains
Lifecycles, Coroutines and Scopes | Alejandro Serrano Mena

Recording brought to you by American Express. https://americanexpress.io/kotlin-jobs Structured concurrency is one of the key ...

38:25
Lifecycles, Coroutines and Scopes | Alejandro Serrano Mena

19,752 views

1 year ago

ParseError
Scope Functions in Kotlin

A look at Kotlin scope functions in an Android context Video index: 00:00 Explanation of Scope Functions 01:01 App context 01:50 ...

10:07
Scope Functions in Kotlin

562 views

3 years ago

Coding with Raphael De Lio
Kotlin Scope Functions: When to use them

Let's go through Kotlin Scope Functions and understand when to use them. 00:00 Intro 01:00 What are scope functions? 02:10 Let ...

15:24
Kotlin Scope Functions: When to use them

1,139 views

2 years ago

Sagar Malhotra
Scope functions in Kotlin: let, run, with, apply, also.

This video is a part of the Android Interview Questions Playlist where I try to cover all Important Android Interview Questions from ...

15:06
Scope functions in Kotlin: let, run, with, apply, also.

610 views

1 year ago