ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,994 results

Related queries

kotlin reified

kotlin coroutines

kotlin interview questions

lambda function in kotlin

extension function kotlin

higher order functions kotlin

scope function kotlin

kotlin tutorial

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

5 years ago

Philipp Lackner
FULL Guide to Kotlin's Inline Keyword (inline, crossinline & noinline)

In this video you'll learn everything you need about the different inline keywords in Kotlin (inline, crossinline, noinline) as well as ...

16:35
FULL Guide to Kotlin's Inline Keyword (inline, crossinline & noinline)

21,063 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

10,705 views

1 year ago

Amit Shekhar
What is an inline function in Kotlin? | Amit Shekhar | @OutcomeSchool

Question: What is an inline function in Kotlin? Answer: Discussed in the video. Android Interview Questions & Answers Series ...

3:42
What is an inline function in Kotlin? | Amit Shekhar | @OutcomeSchool

57,521 views

3 years ago

Yash Nagayach
Kotlin Inline Functions | Explained | Code With Yash

Instagram: https://www.instagram.com/code.with.yash SUBSCRIBE❤ Code With Yash In this video, I will show you how Inline ...

5:12
Kotlin Inline Functions | Explained | Code With Yash

14,334 views

5 years ago

People also watched

Android Broadcast. Все об Андроид разработке
"Crossinline suspend или нельзя так просто взять и сделать языковую фичу” - Ильмир Усманов@JetBrains

В kotlinx.coroutines 1.2.0 были представлены Flow — холодны потоки для kotlinx.coroutines. Ильмир расскажет о невидимой ...

30:55
"Crossinline suspend или нельзя так просто взять и сделать языковую фичу” - Ильмир Усманов@JetBrains

1,421 views

6 years ago

Seems Nerdy
Функции высшего порядка в Kotlin: map, flatMap, fold, filter - понятный компактный код

Сегодня мы будем изучать функции высшего порядка (High-order functions): map, flatMap, filter, fold - что они делают и как их ...

13:24
Функции высшего порядка в Kotlin: map, flatMap, fold, filter - понятный компактный код

15,130 views

5 years ago

Kotlin by JetBrains
Exposed inline value classes for Java in Kotlin 2.2

Read the full proposal: https://github.com/Kotlin/KEEP/blob/jvm-expose-boxed/proposals/jvm-expose-boxed.md Join the ...

6:07
Exposed inline value classes for Java in Kotlin 2.2

3,291 views

3 months ago

Dave Leeds
Every Kind of Class in Kotlin

Kotlin offers many different kinds of classes, and in this video, we're gonna look at all of them - regular classes, nested classes, ...

10:44
Every Kind of Class in Kotlin

28,091 views

1 year ago

KotlinBytes
Kotlin inline / crossinline / noinline Functions

KotlinBytes - Kotlin inline / crossinline / noinline Functions In this episode, I will explain the differences between inline / crossinline ...

6:14
Kotlin inline / crossinline / noinline Functions

10,039 views

5 years ago

Charfaoui Younes
Kotlin For Beginners - Inline, Noinline and Crossinline

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

9:53
Kotlin For Beginners - Inline, Noinline and Crossinline

4,910 views

3 years ago

kt whisperer
Advanced Kotlin: Advanced Functions 01

Discover the power of Kotlin functions with this insightful video! Learn about inline, infix, local, and anonymous functions and how ...

25:51
Advanced Kotlin: Advanced Functions 01

4,886 views

2 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,042 views

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

11 months ago

Team MAST
Kotlin Tutorial -  Lambda Functions, Inline Functions, Higher Order Functions Extension Functions

Kotlin Functions, Lambda Functions, Inline Functions, Higher Order Here is the list of items I have covered in this video: Functions ...

25:49
Kotlin Tutorial - Lambda Functions, Inline Functions, Higher Order Functions Extension Functions

5,199 views

5 years ago

Codetutor
Inline Classes | inline | Wrapper : Kotlin Fundamentals Tutorial - Part 30

In this video we talk about the Inline classes in Kotlin. Inline classes are similar to Value classes that we have seen in the previous ...

4:24
Inline Classes | inline | Wrapper : Kotlin Fundamentals Tutorial - Part 30

3,791 views

3 years ago

Kotlin by JetBrains
From Inline to Value Classes

Join us for the Kotlin 1.5 Online Event! https://kotl.in/youtube-event The event will feature a live Q&A session with the Kotlin ...

11:29
From Inline to Value Classes

12,056 views

4 years ago

Mobile Developer
Kotlin. Inline Functions. Inline Classes [Ru, Kotlin] / Мобильный разработчик

Всем привет! Продолжаем изучать функционал Котлина и на очереди у нас инлайн классы и инлайн функции и, хотя, это ...

26:55
Kotlin. Inline Functions. Inline Classes [Ru, Kotlin] / Мобильный разработчик

15,593 views

4 years ago

CodeLucky
Kotlin Inline Functions: Master Performance Optimization with the inline Keyword

Master Kotlin's inline keyword and learn how to optimize your code performance! In this comprehensive tutorial, we dive deep into ...

5:10
Kotlin Inline Functions: Master Performance Optimization with the inline Keyword

15 views

2 months ago

Himanshu Gaur
Mastering Kotlin: Understanding inline, crossinline, noinline, reified, and where Keywords

Are you ready to unlock the full potential of Kotlin's advanced features? Dive deep into the world of Kotlin programming with our ...

12:43
Mastering Kotlin: Understanding inline, crossinline, noinline, reified, and where Keywords

1,422 views

1 year ago

Cheezy Code
Kotlin Extension Functions & Inline Functions | Cheezycode #36

In this tutorial, learn what are extension functions and how to define them. It is useful when you want to extend the ...

7:11
Kotlin Extension Functions & Inline Functions | Cheezycode #36

34,060 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,559 views

5 years ago

Ali Mansour
Kotlin Inline Functions Explained: Is It Worth It?

Welcome to our easy tutorial on Kotlin Inline Functions! In this video, we'll break down what inline functions are, why they are ...

3:41
Kotlin Inline Functions Explained: Is It Worth It?

563 views

1 year ago

Antonio Leiva - Android & Kotlin Development
Inline Functions and Reified Types in Kotlin

Inline functions are an awesome feature in Kotlin that allows you to reduce the runtime penalty of high-order functions, which ...

21:56
Inline Functions and Reified Types in Kotlin

4,414 views

Streamed 6 years ago

Simplified Coding
Advanced Kotlin Networking Techniques: Inline Functions, HttpClient, and Beyond

Welcome to the "Ultimate Android App Creation Journey" — an adventure crafted for budding to intermediate-level Android ...

15:44
Advanced Kotlin Networking Techniques: Inline Functions, HttpClient, and Beyond

1,197 views

2 years ago

The Debug Zone
How to Call Kotlin Inline Functions from Java: A Step-by-Step Guide

In this video, we'll explore the fascinating world of Kotlin inline functions and how they can be seamlessly called from Java.

3:30
How to Call Kotlin Inline Functions from Java: A Step-by-Step Guide

16 views

11 months ago

DevTalksbyme
What Are Inline Functions in Kotlin? | Kotlin Interview Shorts #8 #shorts

In this episode of DevtalksByMe, we break down inline functions in Kotlin in just 60 seconds! Learn what inline functions are, why ...

0:56
What Are Inline Functions in Kotlin? | Kotlin Interview Shorts #8 #shorts

8 views

5 months ago

LearnToCodeSmartly
What is an inline function in Kotlin?

Welcome to Kotlin Interview Question, the ultimate resource for mastering in Kotlin interview.

0:30
What is an inline function in Kotlin?

0 views

2 weeks ago

Philipp Lackner Shorts
What Does inline Do In Kotlin

programming #coding #mobiledevelopment #androiddevelopment #android #kotlin #androidstudio.

0:49
What Does inline Do In Kotlin

451 views

1 year ago

J. Coder
Kotlin Inline Function Overview

In this video we go over a video about Inline function tips and tricks.

6:32
Kotlin Inline Function Overview

24 views

Streamed 2 years ago