ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

993 results

CodeLucky
Kotlin Lambda Expressions Tutorial - Anonymous Function Syntax for Beginners

Master Kotlin Lambda Expressions in this comprehensive beginner-friendly tutorial! Learn everything you need to know about ...

4:31
Kotlin Lambda Expressions Tutorial - Anonymous Function Syntax for Beginners

93 views

5 months ago

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

1,193 views

8 months ago

Dave Leeds
Intro to Kotlin's Flow API

Kotlin's Flow API is one of the more popular parts of the kotlinx.coroutines library, but it can seem intimidating for newcomers.

7:55
Intro to Kotlin's Flow API

5,427 views

2 weeks ago

CodeLucky
Kotlin Anonymous Functions Explained | Alternative to Lambdas Tutorial for Beginners

Master Kotlin Anonymous Functions and learn when to use them over lambdas! Discover the power of anonymous functions in ...

3:59
Kotlin Anonymous Functions Explained | Alternative to Lambdas Tutorial for Beginners

20 views

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

83 views

5 months ago

CodeLucky
Kotlin Function References: Master the :: Operator | Lambdas Tutorial

Learn how to use Kotlin function references with the double colon (::) operator! In this comprehensive tutorial, you'll discover how ...

3:24
Kotlin Function References: Master the :: Operator | Lambdas Tutorial

30 views

5 months ago

CodeLucky
Kotlin Trailing Lambda Syntax: Move Lambdas Outside Parentheses | Kotlin Tutorial

Master Kotlin's trailing lambda syntax and write cleaner, more idiomatic code! ✨ In this tutorial, you'll learn how to move lambda ...

3:41
Kotlin Trailing Lambda Syntax: Move Lambdas Outside Parentheses | Kotlin Tutorial

61 views

5 months ago

Programación ANDROID con Kotlin│Gabi Moreno
LAMBDAS in KOTLIN explained EASY ⚡

🔥 Discover the SYSTEM that has helped over 170 ANDROID Developers improve their job prospects ↙️ https://gabimoreno.soy ...

12:17
LAMBDAS in KOTLIN explained EASY ⚡

182 views

7 months ago

Kotlin by JetBrains
Kotlin Clean Architecture for Serverless: Business Logic You Can Take Anywhere | Elena van Engelen

Recording brought to you by American Express. https://americanexpress.io/kotlin-jobs As cloud platforms continue to evolve, ...

33:44
Kotlin Clean Architecture for Serverless: Business Logic You Can Take Anywhere | Elena van Engelen

4,280 views

8 months ago

vlogize
Understanding Kotlin Lambda Functions: A Common Pitfall and Its Solution

Learn how to fix a Kotlin function that returns a lambda instead of the expected integer using simple examples and explanations.

1:50
Understanding Kotlin Lambda Functions: A Common Pitfall and Its Solution

0 views

11 months ago

Lambda World
Lambda World 25 - From Functions to Inlinable Effects in Kotlin by Michail Zarecenskij

In this talk, we'll explore how Kotlin combines imperative and functional programming styles. We'll look at how to manage effects ...

27:00
Lambda World 25 - From Functions to Inlinable Effects in Kotlin by Michail Zarecenskij

16 views

4 months ago

Dave Leeds
Putting Kotlin Flows Together

In Kotlin, once you start using the Flow API from the coroutines library, you can end up with several flows that need to converge.

8:30
Putting Kotlin Flows Together

5,606 views

6 months ago

Destoid
lambda functions became easier in kotlin

Unlock the power of Lambda Functions in Kotlin to write cleaner, shorter, and more readable code! In this quick but powerful ...

22:31
lambda functions became easier in kotlin

17 views

8 months ago

vlogommentary
Understanding Why a Kotlin Lambda Wrapped as a Functional Interface Gets Garbage Collected

Explore why Kotlin lambdas passed to Java methods expecting functional interfaces might be garbage collected when stored as ...

4:36
Understanding Why a Kotlin Lambda Wrapped as a Functional Interface Gets Garbage Collected

1 view

1 month ago

LearnToCodeSmartly
What is a Lambda Expression in Kotlin?
0:33
What is a Lambda Expression in Kotlin?

20 views

2 months ago

CodeLucky
Kotlin Return Statements: Exit Functions Early & Return Values Explained

Master return statements in Kotlin and learn how to exit functions early with confidence! ↩️ This comprehensive tutorial covers ...

4:04
Kotlin Return Statements: Exit Functions Early & Return Values Explained

28 views

5 months ago

CodeLucky
Kotlin Higher-Order Functions: Functions as Parameters Explained for Beginners

Master Higher-Order Functions in Kotlin! Learn how to pass functions as parameters and unlock the power of functional ...

4:48
Kotlin Higher-Order Functions: Functions as Parameters Explained for Beginners

47 views

5 months ago

Tech Challenge
Day 9 Kotlin Lambda Functions Explained | Functional Programming Basics + Projects 🚀

Welcome back to Tech Challenge! Aaj ke is powerful video me hum seekhenge Lambda Functions in Kotlin — jo modern ...

42:55
Day 9 Kotlin Lambda Functions Explained | Functional Programming Basics + Projects 🚀

12 views

2 months ago

vlogize
Understanding Kotlin Lambda Functions as Parameters: Simplifying Code with Curly Braces

Dive into how `Kotlin lambda` functions work as parameters, addressing common confusions and providing clarity on code ...

2:13
Understanding Kotlin Lambda Functions as Parameters: Simplifying Code with Curly Braces

6 views

11 months ago

vlogize
How to Use an anonymous function in Kotlin’s map()

Creating the Anonymous Function You can define the anonymous function using Kotlin's lambda expression. Here's how you can ...

2:01
How to Use an anonymous function in Kotlin’s map()

2 views

10 months ago