ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

413 results

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

1 year 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,170 views

1 year 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,814 views

1 year ago

Dave Leeds
Coroutines: Concurrency in Kotlin

In this presentation, I give an overview of coroutines in Kotlin, including the basics of coroutines, how they can be used for ...

30:22
Coroutines: Concurrency in Kotlin

53,841 views

1 year ago

Khanyisa Keke TV
🔧 Essential Kotlin Tool: Lambda Expressions Explained Like Never Before 🛠️

Discover the power of Kotlin lambda expressions and their role in functional programming with this comprehensive guide to ...

39:21
🔧 Essential Kotlin Tool: Lambda Expressions Explained Like Never Before 🛠️

24 views

1 year ago

jiajin zheng
Kotlin tutorial : How to use Function Literal with Receiver in Kotlin | Kotlin 101

Hope you find this video helpful, thank you for watching ---- Content ---- 00:00 Introduction 00:43 Concept 1 : Lambda & Trailing ...

19:35
Kotlin tutorial : How to use Function Literal with Receiver in Kotlin | Kotlin 101

2,254 views

3 years ago

Codetutor
Introduction to Lambdas : Kotlin Fundamentals Tutorial - Part 31

In this video, we explore lambdas in Kotlin, breaking down the concept and simplifying how they work. Kotlin treats functions as ...

5:26
Introduction to Lambdas : Kotlin Fundamentals Tutorial - Part 31

4,579 views

3 years ago

Khanyisa Keke TV
Filter Your Kotlin Collections Like a Pro

Discover the world of Kotlin Functional Programming with Collections in this comprehensive audio tutorial. Click here for the full ...

2:38
Filter Your Kotlin Collections Like a Pro

6 views

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

85,038 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

23,195 views

1 year ago

Dave Leeds
Inline Functions: inline, crossinline, and noinline

Most of us understand the basics of what it means to inline a function, but in Kotlin, there are some nuances that affect how you ...

11:59
Inline Functions: inline, crossinline, and noinline

11,038 views

1 year ago

Android Developers
Less code: Composable functions - MAD Skills

In this episode of MAD skills on Compose basics, we will cover the building blocks of Compose: composable functions.

9:44
Less code: Composable functions - MAD Skills

129,483 views

3 years ago

Thoughtworks
Kotlin and Arrow  the functional way  - Noe Luaces

Kotlin is a great language for developing server-side applications; it's an object-oriented language and also a functional one, ...

25:35
Kotlin and Arrow the functional way - Noe Luaces

1,000 views

6 years ago

Dave Leeds
5 Fun Ways to Use Extension Functions in Kotlin

Kotlin developers love extension functions! Let's put them together with operator function conventions to do some crazy things, like ...

18:46
5 Fun Ways to Use Extension Functions in Kotlin

17,392 views

3 years ago

Dave Leeds
Applying the Observer Pattern in Kotlin

The Observer design pattern allows one or more objects to get notified whenever a subject's state changes. But do we really need ...

12:06
Applying the Observer Pattern in Kotlin

8,340 views

10 months 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,437 views

5 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,388 views

4 years ago

Dave Leeds
Applying the Decorator Pattern in Kotlin

The Decorator Pattern allows us to augment the behavior of an object - without the object itself knowing about it! In this video, we'll ...

12:25
Applying the Decorator Pattern in Kotlin

9,150 views

1 year ago

Khanyisa Keke TV
🔥 Kotlin vs Java: Why Lambdas Make Event Handling a Breeze

An in-depth discussion on Kotlin anonymous functions will round out our comprehensive exploration of lambda expressions in ...

1:54
🔥 Kotlin vs Java: Why Lambdas Make Event Handling a Breeze

6 views

1 year ago

Khanyisa Keke TV
How to Skillfully Return Lambda Expressions from Functions in Kotlin in 2024

In this Kotlin programming tutorial, we'll dive into the world of functional programming in Kotlin and explore how to return lambda ...

1:55
How to Skillfully Return Lambda Expressions from Functions in Kotlin in 2024

4 views

1 year ago