Kotlin Extension Functions (Android example)

preview_player
Показать описание

In this video I show you how to use Kotlin extension functions to clean up your code and improve readability and organization.

My favorite way to use kotlin extension functions is to package similar functions together into separate classes. That way it's very obvious what that group of functions is for.

.
.
.
#Kotlin
Рекомендации по теме
Комментарии
Автор

Nice tutorial..
I did not regret switching to kotlin....

pedektech
Автор

Keep posting more video mitch, I like them and they are very helpful & easy to understand.

SatyamRaikwar
Автор

Now dart is also comes with dtx
Love it 😍, awesome Mitch 🤟🏻

diydeveloper
Автор

Thank you so much. My co-worker love Extensions and i was trying to understand why.... Now i got it!

laisanicacio
Автор

Thank you mitch. I love your channel, it's helps a lot.

khaledqwas
Автор

Thanx man you always come with best tutorial 😍👍

techmarinar
Автор

I have a question...Can I use extension to split my class inherited functions? Or is there any other way to achieve that? All interface classes are merging into one. Already using abstract class to have some functionality separated out. but want to separate out more override functionality that couldn't be done in abstract class for the design reasons..this code is more of what I need.

interface IMyClass {
fun A()
fun B()
}

// Not an abstract class
class MyClassImpl : IMyClass{
override fun A()
}

class MyClassExtn {
fun MyClassImpl.B()
}

soniagupta
Автор

Please need video on 'Scope function in kotlin'

vanchikt
Автор

Hi mitch nice video can you please make video on Anko library ?

hareshlakhwani
Автор

I have 2 questions...
1. Can we use this in Fragments
2. Can you make a video on How to make/create Base Architecture of any Android Project.

hdkloh
Автор

make a video on android KTX and Rx Java

martialcoder
Автор

Hey Mitch, I wanna ask you about Founding Member in your blog,
Is that mean I only pay once then I dont have to pay anymore like Yearly or Monthly Right?

devdee
Автор

sir please create a video on bottom navigation and handle it's backstack like Instagram... thank you

jenilmangukiya
Автор

you did not create a new class, you created a new kotlin file

ShakeelKhan-pzzl
Автор

Make a video how to create vpn app from vpngate api using kotlin

nageshworshah
Автор

I think Kotlin took this feature from Swift 😄

abdallah-abdelazim
join shbcf.ru