00:00 Welcome 00:45 Types of Scope Functions 03:34 'with' function 08:40 'apply' function 11:45 'also' function 16:43 'let' function 21:47 'run' function 25:10 Quick Video Guide
Fact! I have seen so many kotlin tutorial but there are only a few channels who actually clear out the concepts rather than just writing code directly. Kudos to this man!
Thank you. I watch the original Kotlin documentation about scope function, but with no avail to understand them. Your comprehensive and practical explanation in this video makes me understood.
If kotlin is a clear, concise language then your kotlin tutorials are as well. Hands down the best explanation I had found online even better than the kotlin documentation.
Salute Sir , i did not understand all these things but your style of teaching is very nice, anyone can learn easily . Now i understood the use of scope functions. Thank you so much
Hi Sriyank, I'm still confusing to differentiate between "let" and "run". Based on your example, both are very similiar for me. Those functions do some operations and return a lambda result. The only thing I can tell the different is the context object but that isn't the point I'm looking for. So, could you tell me more detail about when to use "let" and "run". Thanks a lot Sriyank
Hey bro, ur tutorial videos were very helpful for me to learn more about kotlin. Thanks for every tips you hd given in every videos. During this lockdown I'm trying to build modads specifically for rewarded advertisement using kotlin, but confused with the adding of items in toolbars and linking with rewarded videos. Yes I'm beginner here!
Thank you for such a nice explanation. This helps a lot. To be honest, Kotlin is one of the biggest disaster in programming world. But due to some heavy investment in Kotlin our company I would have to learn and work on it.
whats the difference between run and let, you have wriiten same description for both,, only difference is referring contextobject with it and this, is this the only difference?
val person = PersonData() val value: Int = with(person) { name = "Deepak" } val person1 = PersonData().apply { name = "Deepak" } I can do the same thing with apply and with then now how to know where to use which one?
I am just a beginner in kotlin and can anyone help me to do this program to create password? 1.User should be able to enter the text 2.Find odd numbered words(eg. *Hai How are you?* ,where odd numbered words are Hai,are) 3.Select even numbered character from the selected words 3.Pswd length should be greater or equal to total word count(eg.Hi How are you?,word count=4 and pswd length should be >=4)Add * to make the word count equal to pswd length.(if word count=5,and pswd length=2 then add 3 '*')(if pswd =st and word length is 5,final pswd must be st***) 4.include single quote ' ' before and after the pswd for better understanding 5.Character count must start from 1 not from 0(H-1,a-2,i-3..vice versa) Eg.input text:Hai. How aRe you? Output:'a.R*' Input text:Hellooooo. How r you? Output:'eloo'
your concept is bit confusing and incomplete at 24:28 you said "Use safe call with run to avoid null pointer" but what is the point of using " obj?.let{} " if we can already make our code null safe with run and what is the difference in " obj?.also{} ", one more thing you modified the contents of the list by adding numbers inside also{} which is wrong we should not modify the contents of object inside also{}
2:12 I just hate it when they find a new way to do the same thing people have been doing for ages. Calling it more concise and easier to read what's the point of constantly learning new ways to do the same thing?
Thank for this excellent explanation , I am now more confidant and will use this vid reference to research my memory. Can you please create a video where you use these Scope fun in an Android app.
00:00 Welcome
00:45 Types of Scope Functions
03:34 'with' function
08:40 'apply' function
11:45 'also' function
16:43 'let' function
21:47 'run' function
25:10 Quick Video Guide
Content here is more comprehensive then $100 Udemy course. Thanks, Sriyank.
Never seen $100 udemy course 😂
Fact! I have seen so many kotlin tutorial but there are only a few channels who actually clear out the concepts rather than just writing code directly. Kudos to this man!
@@Mohit-gb9dv
The best explanation one can ever find on UA-cam. Thank you!
Finally you're back!! Your content is very clear, concise and neat!!
Thank you. I watch the original Kotlin documentation about scope function, but with no avail to understand them. Your comprehensive and practical explanation in this video makes me understood.
Thanks for this most wonderful explanation . It deserves a Million Stars and a billion ratings
Just want to thank to you in whole you tube i can't find a better video then this for scope fun thank you so much
i have followed this playlist video by video..... my concepts are clear now .... thanks sriyank ....
Excellet video, very useful and impeccable didactic, regards from Caracas, Venezuela
I just want to say Woooowwwww. what a way to explain things.
Best video on Kotlin scope functions. Subscribed. Thank you.
If kotlin is a clear, concise language then your kotlin tutorials are as well. Hands down the best explanation I had found online even better than the kotlin documentation.
Finally, you come back........ make as soon as more flutter tutorial....
Salute Sir , i did not understand all these things but your style of teaching is very nice, anyone can learn easily . Now i understood the use of scope functions. Thank you so much
Well explained. Couldnt drop in between. Such an interesting explanation
Thank you a lot. I want that every learner can find the most proper lessons for themselves in this channel !!!
Really a wonderfull explanation. Thanks a lot
Thanks for creating this video.
Thank you 🙏🙏🙏🙏
Thank you so much!!!!! This is the best explanation I have found on the internet.
Awesome vid tutorial! Thank you!
Great video!
Excellent way of making videos
Thank you, awesome explanation.
Very well explained! Thank you so much ❤️
Very good video. Thank you very much!
Thank you for such an understandable video 🙏
this is an excellent video
Happy to see you again. Please continue uploading videos
Nicely explained thanks
Great tutor, I liked and subscribed before i got half way. Thanks much
Very good explanation 👍
Hi Sriyank,
I'm still confusing to differentiate between "let" and "run". Based on your example, both are very similiar for me. Those functions do some operations and return a lambda result. The only thing I can tell the different is the context object but that isn't the point I'm looking for. So, could you tell me more detail about when to use "let" and "run".
Thanks a lot Sriyank
even I am confused for so long for the same. Have you got any clarifications?
Thanks a lot
Wow the way that you have explain it was so easy to understand
Thank you so much sir to explain these functions so easily and clearly.
sir I am also your fan and "welcome you".
Continue this course
welcome, finally you are back, now we will learn something great.
wow i finally got the concept thanks a lot!!!
It was useful, thank you
just so knowledgeable ❤
Nice explanation Sheryank !! I always used to get confuse while using run Scope Function. {let + with }
very good video
Nicely explained
Awesome video and nicely explained. Kudos to u :)
Why don't you put your content on Udemy or another platform? For sure, your teaching is among the best I've ever seen! Extremely valuable content!
Welcome back sir
Welcome back... Pls make series on New Material Design Components 2020
Welcome Back!!😍
Why not using ?.operator with the other scope functions?
Thanks.
finally you back sir
Very nice Explanation.... Please made some videos on DS and Algorithms
So crisp!
Perfect. Thanks a lot.
the best !!!
Hi Sriyank
I appreciate your and ur mate video about kotlin and others. They are very neat and clean. Can you create a series on Dagger like hilt.
can we change deta using within scope?
Hey bro, ur tutorial videos were very helpful for me to learn more about kotlin. Thanks for every tips you hd given in every videos.
During this lockdown I'm trying to build modads specifically for rewarded advertisement using kotlin, but confused with the adding of items in toolbars and linking with rewarded videos. Yes I'm beginner here!
भाई फिर से एडवांस्ड फलटर सीरीज चालू करो....👌👌👍👍 बहोत अच्छा समजाते हो.....
Thanx sir
I am little bit confuse what is difference between let and run
New video from legendary Sriyank after one year...
Welcome back
Gud tut
veri gud maj frend veri veri gud
Sriyank Extermaly good content. May I know how you edit your videos to which software you are using for building and design such videos.
Thank you for such a nice explanation. This helps a lot. To be honest, Kotlin is one of the biggest disaster in programming world.
But due to some heavy investment in Kotlin our company I would have to learn and work on it.
u r awesome
Can you tell how you do video editing in your videos .
Yes, camtasia
@@smartherd but with that can we able to do screen marker animation that you show in videos to highlighting the concept
@@harmindersingh5364 yes . you can explore camtasia annotations and callouts on Google
Superrrrrrrrrrrrrrrr
वेरी हैप्पी to सी यु ...👍👍👍😊😊😊☺🎂💐💐
Miss you sir
I am back 🔥
please do a video on delegation in kotlin
whats the difference between run and let, you have wriiten same description for both,, only difference is referring contextobject with it and this, is this the only difference?
Great
I used your code changed the apis it crashes on login anybody else facing this issue? please let me know how to fix this..
fine
val person = PersonData()
val value: Int = with(person) {
name = "Deepak"
}
val person1 = PersonData().apply {
name = "Deepak"
}
I can do the same thing with apply and with then now how to know where to use which one?
val person = PersonData()
val value: Int = with(person) {
name = "Gamdu"
}
I am just a beginner in kotlin and can anyone help me to do this program to create password?
1.User should be able to enter the text
2.Find odd numbered words(eg. *Hai How are you?* ,where odd numbered words are Hai,are)
3.Select even numbered character from the selected words
3.Pswd length should be greater or equal to total word count(eg.Hi How are you?,word count=4 and pswd length should be >=4)Add * to make the word count equal to pswd length.(if word count=5,and pswd length=2 then add 3 '*')(if pswd =st and word length is 5,final pswd must be st***)
4.include single quote ' ' before and after the pswd for better understanding
5.Character count must start from 1 not from 0(H-1,a-2,i-3..vice versa)
Eg.input text:Hai. How aRe you?
Output:'a.R*'
Input text:Hellooooo. How r you?
Output:'eloo'
Flutter Advanced Tutorials like making an music app,instagram clone,etc using flutter please🙏🙏
It seems run and let are same with difference of this and it.
Yeah I also observed same. Also I think we can do most work using with, apply and let
your concept is bit confusing and incomplete at 24:28 you said "Use safe call with run to avoid null pointer" but what is the point of using " obj?.let{} " if we can already make our code null safe with run and what is the difference in " obj?.also{} ", one more thing you modified the contents of the list by adding numbers inside also{} which is wrong we should not modify the contents of object inside also{}
Sir i'm learning Android by java not kotlin. Sir what to do please tell me?
2:12 I just hate it when they find a new way to do the same thing people have been doing for ages. Calling it more concise and easier to read what's the point of constantly learning new ways to do the same thing?
Plz remove subtitle, i can not view entire code
Disable captions in your settings. You have enabled it.
@@srikanthp2036 thnks sir
Hindi
Thank for this excellent explanation , I am now more confidant and will use this vid reference to research my memory.
Can you please create a video where you use these Scope fun in an Android app.
Very nice explanation 👌
Welcome back sir
Welcome back