I think it'd be nice if you could explain the difference in this vs. it as well. I kinda understood the concept, but had to look it up myself for the difference between those keyword to make sure I didn't miss anything
I still don't get the difference between them. They appear pretty similar to be, maybe adding some use cases would help. I only use let and apply. The rest I don't know where to use them.
Pl make some videos on covariance and contravariance in kotlin. I don't undestsnd the meaning of out keyword in kotlin. No youtuber from our country has yet made any video to clear this concept. It will be your great favour to me if you make video on covariance and contravariance in kotlin
Nice video! But you did a mistake explaining with. You still referred to square when it should be this. But easy to miss these things :)
Can you tell me the time?
@@SimplifiedCoding 9:15
Yeah, I noticed now. Thanks for pointing out ✌️✌️
You don't even need to use this!
very nice video on how to use scope functions
please dive a little deep into how they are working and why we have 5 different scope functions
I think it'd be nice if you could explain the difference in this vs. it as well. I kinda understood the concept, but had to look it up myself for the difference between those keyword to make sure I didn't miss anything
This tutorial is very helpful. My all concepts cleared about scope function
Thank you!
Loved it!
Thank you ! Great one 😃
hello, video are good but still how we can use scope function differently? all are done same kind of task with its objects.
We will learn more about it, when we will start learning android development just after this course. So stay tuned.
I still don't get the difference between them. They appear pretty similar to be, maybe adding some use cases would help. I only use let and apply. The rest I don't know where to use them.
Let apply also is use most of the time
Run, with you hardly use
Usage in android:
Intent(this,SignupActivity::class.java)
.apply{
putStringExtra(SCOPE_KEY, "admin")
}
.also{it ->
startActivity(it)
}
But we are able to write StartActivity(this) inside apply , aren't we?
@@frozen1093 yes we can
@@vengateshm2122 but why did you use also, mb it's better to write it like you did ?
@@frozen1093 apply we use to set attributes of an object whereas also can be used to perform some operations using that object
@@vengateshm2122 ohh I got it, thanks a lot
If we can't return this, it also work
In which situation, it's not updating value
Pl make some videos on covariance and contravariance in kotlin. I don't undestsnd the meaning of out keyword in kotlin. No youtuber from our country has yet made any video to clear this concept. It will be your great favour to me if you make video
on covariance and contravariance in kotlin
i dont konw whats different with them,there are almost the same。so i just get one which i prefer。
Me too have the same question.. could you please explain with good example for all these. Which will help to use it in the right place
That's perfectly fine, you can use any function that you like.
good video but what the difference between it n this
Hi run and with are almost same? Instead run is better because less code?
bhai thodi hindi bhi bol diya karo
Loved it!