ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

282 results

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

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

Android Developers
Inline functions - Kotlin Vocabulary

Improve your app by saving some extra object allocations with inline functions! Stay tuned to see what happens when you pass ...

5:00
Inline functions - Kotlin Vocabulary

84,921 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 Insights
Kotlin Scope Functions

In this video, I explain Scope functions in Kotlin: let, run, with, apply, and also. You'll learn how to effectively use each ...

5:42
Kotlin Scope Functions

487 views

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

3 years ago

The Morpheus Tutorials
Kotlin for All Tutorial #61 - Lambda Functions

❤❤❤ Early access to tutorials, polls, live events and downloads ❤❤❤ ❤❤❤ https://www.patreon.com/user?u=5322110 ❤❤❤ ❤❤❤ Not up ...

5:06
Kotlin for All Tutorial #61 - Lambda Functions

3,036 views

6 years ago

Kotlin by JetBrains
Kotlin String. Standard Library Safari #1

Discover something new about Kotlin String or refresh your knowledge about it! Kotlin is one of the best app languages and it has ...

7:23
Kotlin String. Standard Library Safari #1

50,485 views

4 years ago

Chico Rasia
Kotlin Scope Functions: with { }

As scope functions da linguagem Kotlin ajudam a criar um código elegante, idiomático e de fácil leitura. São cinco funções de ...

5:01
Kotlin Scope Functions: with { }

435 views

4 years ago

Kotlin by JetBrains
Kotlin Advanced Tutorial: Collection Operations

This blog post accompanies this episode: https://dev.to/kotlin/advanced-kotlin-collection-functionality-5e90 In today's episode of ...

12:19
Kotlin Advanced Tutorial: Collection Operations

27,145 views

4 years ago

Smartherd
Kotlin Coroutine (High-quality Course)

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 In this 2 hour tutorial, you will learn ...

2:07:37
Kotlin Coroutine (High-quality Course)

132,589 views

3 years ago

Android Developers
Kotlin Coroutines 101 - Android Conference Talks

Manuel Vivo, Android Engineer from the Developer Relations team at Google, gives an introduction to Kotlin Coroutines.

24:49
Kotlin Coroutines 101 - Android Conference Talks

145,049 views

5 years ago

Kotlin by JetBrains
Mastering Kotlin Collections in 3 Easy Steps

Kotlin Tips is the series of short videos where members of the Kotlin team show how to use Kotlin in more efficient and idiomatic ...

2:00
Mastering Kotlin Collections in 3 Easy Steps

19,443 views

4 years ago

Xebia
Idiomagic Kotlin: the key to unleashing Kotlin's true potential | By Urs Peter @ Kotlin Dev Day 2022

Are you still writing Java-ish Kotlin, scattered with for loops, var's, mutable collections, and a return statement here and there?

36:56
Idiomagic Kotlin: the key to unleashing Kotlin's true potential | By Urs Peter @ Kotlin Dev Day 2022

3,475 views

3 years ago

Simplified Coding
#4 Kotlin Coroutines Tutorial for Android - ViewModelScope

In this video we will move the networking code from the fragment to viewmodel, and then we will learn using viewModelScope to ...

7:25
#4 Kotlin Coroutines Tutorial for Android - ViewModelScope

10,818 views

5 years ago

JESPROTECH - JE Software Programming Tech
Multipart Kotlin Coroutines Course - E04 - Medium - Scopes in Server Side and Android

In this video we are discussing scopes. I will talk in this video about the GlobalScope in Kotlin coroutines, the coroutineScope, the ...

54:12
Multipart Kotlin Coroutines Course - E04 - Medium - Scopes in Server Side and Android

112 views

10 months ago

Chico Rasia
Kotlin Scope Functions: run { }

Deixe seu código Kotlin mais elegante e idiomático com o emprego das funções de escopo, as famosas scope functions.

5:34
Kotlin Scope Functions: run { }

522 views

4 years ago

Smartherd
Kotlin Dispatchers, CoroutineContext, and CoroutineScope

Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 Explore what are dispatchers in ...

21:30
Kotlin Dispatchers, CoroutineContext, and CoroutineScope

22,535 views

5 years ago

Simplified Coding
Kotlin Delegation Tutorial with Example

Delegation is an object oriented design pattern and Kotlin supports it natively with zero boilerplate code. In this Kotlin Delegation ...

6:54
Kotlin Delegation Tutorial with Example

21,829 views

4 years ago

Nate Babaev
Kotlin Tips: Clean Up Your Code by Using Map Function

In this video, I talked about how Map function in Kotlin can help you to write clean and maintainable code. Related documentation: ...

1:50
Kotlin Tips: Clean Up Your Code by Using Map Function

375 views

4 years ago

Chico Rasia
Kotlin Scope Functions: let { }

Usar as scope functions - funções de escopo - deixa o código em Kotlin elegante e idiomático. A linguagem Kotlin tem cinco ...

6:13
Kotlin Scope Functions: let { }

1,209 views

4 years ago

Android Developers
Kotlin: Using KTX - MAD Skills

When using Android Java APIs in Kotlin, you quickly realise that you're missing out on some of the Kotlin features that make ...

6:04
Kotlin: Using KTX - MAD Skills

39,526 views

5 years ago

Nate Babaev
Kotlin Tips: How to ensure that your code is used correctly? (Assert, Check, Require)

In this video, I talk about how assert, check and require functions provided by Kotlin programming language can be helpful when ...

2:36
Kotlin Tips: How to ensure that your code is used correctly? (Assert, Check, Require)

941 views

4 years ago