ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,999 results

Related queries

kotlin interview questions

kotlin coroutines

kotlin reified

lambda function in kotlin

extension function kotlin

higher order functions kotlin

scope function kotlin

kotlin tutorial

kotlin full course

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

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,076 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,715 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,539 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,335 views

5 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

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

3 years 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,073 views

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

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

11 months 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,178 views

3 years ago

Devoxx
Diving into advanced Kotlin features by Simon Wirtz

You have probably heard about that "new" JVM language Kotlin already. It's being praised in pretty much every conference and ...

49:37
Diving into advanced Kotlin features by Simon Wirtz

23,600 views

6 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

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

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

51,304 views

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

2 years ago

Philipp Lackner
All Classes In Kotlin Explained

In this video you'll learn about all the different types of classes in Kotlin. Specifically normal classes, data classes, objects, data ...

35:06
All Classes In Kotlin Explained

33,324 views

10 months ago

Dave Leeds
Reified Type Parameters

Learn what happens to type arguments when our Kotlin code is compiled, and how we can step around certain type erasure ...

10:15
Reified Type Parameters

6,846 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

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

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

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

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

15,596 views

4 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

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

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

1 year ago

Brandan Jones
Lambdas in Kotlin Explained: Evolution from Java Method to Inline Lambda

An overview discussion of lambdas in Kotlin. We start by looking at a Java method, and we convert it to a Kotlin function. Then, we ...

10:54
Lambdas in Kotlin Explained: Evolution from Java Method to Inline Lambda

1,208 views

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

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

vlogize
When to Use Inline Functions in Kotlin

Discover when to prefer `inline functions` in Kotlin, their benefits, and the scenarios in which they might not be suitable for your ...

1:47
When to Use Inline Functions in Kotlin

2 views

8 months 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,199 views

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