Learn Kotlin in 12 Minutes: kzbin.info/www/bejne/n4rVmIqFZ9ScmLs
@jokersmith90963 жыл бұрын
I just wanted to say thank you, this is incredible content.
@RahulPandeyrkp3 жыл бұрын
wow, really appreciate that! thank you
@tejaspatel7170 Жыл бұрын
Amazing and awesome. seen someone today who dive into source and explain things at peak... HAPPY TO SEE THIS EVEN IN 2023 !
@scottbiggs88947 ай бұрын
Thanks for the deeper dive into the lazy code.
@AmitKumar-we8dm14 күн бұрын
Awsome videos @Rahul Bhai !
@jam4l Жыл бұрын
OMG this is amazing, the way you have explained just wow, TY.
@Dinesh-vg3sg9 ай бұрын
Thanks sir, I liked the way you have explained things in detail.
@shubhamnanche Жыл бұрын
Great explanation 😃
@vengateshm21223 жыл бұрын
Nicely explained with internal working.
@RahulPandeyrkp3 жыл бұрын
thanks a lot
@kartikayy2 жыл бұрын
While we can implemented own version of lazy initialization, lazy in kotlin still saves a lot of boiler plate code. Thanks for the video.
@-no-handle3 жыл бұрын
Feels like I found a Gold mine.
@RahulPandeyrkp3 жыл бұрын
😇
@ashishgautam28423 жыл бұрын
You are polishing us 🙏🙏
@RahulPandeyrkp3 жыл бұрын
i'm all about the polish
@onmoveonmove2262 жыл бұрын
Thank you for your explanation
@BelhouchetInes3 жыл бұрын
Great quality, very efficient.
@RahulPandeyrkp3 жыл бұрын
Thank you!
@siddharthchughs1002 жыл бұрын
Hi Rahul , I really appreciate your knowledge and your insight on topics, which is quite very good, Thanks again.
@shutanovac3 жыл бұрын
This helped me understand the lazy delegate :-) Thanks man! Can you also talk about other delegates?
@RahulPandeyrkp3 жыл бұрын
thank you! will definitely consider other delegates :)
@nalinitippa59423 жыл бұрын
Great instruction !!
@RahulPandeyrkp3 жыл бұрын
Thank you!
@Another0neTime3 жыл бұрын
Great explanation!
@RahulPandeyrkp3 жыл бұрын
thanks Josh!
@komodotanjidor72722 жыл бұрын
Great simple explanation but nonetheless clear as crystal
@ananjaygurjar3 жыл бұрын
Incredible way to explain stuff!!
@RahulPandeyrkp3 жыл бұрын
thank you!
@BehnamKhani2 жыл бұрын
great!
@droidcasts73503 жыл бұрын
nice explanation, thank you
@RahulPandeyrkp3 жыл бұрын
You're welcome ☺️
@avirias3 жыл бұрын
Why lazy function definition has "actual" keyboard?, What is actual in kotlin ? 4:30
@RahulPandeyrkp3 жыл бұрын
Great question - "actual" means the implementation of this function has a platform-specific implementation. Kotlin code can be used in multiple platforms, such as JavaScript environments, native code, or JVM-based environments as being done here (that's why this file is called "LazyJVM.kt").
@fernandoperalta8913 жыл бұрын
Hi Rahul, I really enjoyed this video! I had a question about your 'My Memory Game' tutorial on the freeCodeCamp channel. I wanted to ask if if would be ok to edit a couple of features from the tutorial version and then publish it for myself on the Google Play Store. I'm fairly new to licensing and using open source software so I wanted to ask if this would be ok instead of doing it without asking. I hope you can get back to me and I love your videos!!!
@RahulPandeyrkp3 жыл бұрын
Thanks Fernando! I also replied on LinkedIn, copying over my message here in case it's helpful for others: You are welcome to take the tutorial + source code and do anything you want with it. You are free to add features, publish the app, or even commercialize it (a few people have done this). The open source license I used is Apache-2.0 License, which is quite permissive.
@fernandoperalta8913 жыл бұрын
Thank you for the clarification! I really appreciate it.
@telurasinmontasik24062 жыл бұрын
this is what I need
@MisterWealth2 жыл бұрын
Does anyone have a realistic example of a late init?
@rajeetgoyal68793 жыл бұрын
Great content🔥 Please consider making your videos in Dracula theme. That might be a lot more pleasing for eyes :)
@emanalsbeiheen56193 жыл бұрын
Thank you Rahul very helpful content 🌹.. Can you please talk about Refliction in kotlin and how to use it please...
@RahulPandeyrkp3 жыл бұрын
Sure, can add reflection to my list. I don't use it too frequently though
@gdnk7033 жыл бұрын
Why automatic subtitles are not in english. Сan you fix it? Please
@RahulPandeyrkp3 жыл бұрын
You should be able to control that on your end
@nathann42913 жыл бұрын
THE LEGEND
@RahulPandeyrkp3 жыл бұрын
❣️🥳
@house_d20243 жыл бұрын
hello Rahul , i like the way you teach! I want to ask you two things : to teach us kotlin multiplaform and to create a project using sqlite in android . THANK YOU A LOT
@RahulPandeyrkp3 жыл бұрын
thanks a lot! I'd also like to do something on SQLite!
@SuboptimalEng3 жыл бұрын
Good thing I’m lazy AF
@RahulPandeyrkp3 жыл бұрын
we're so similar 🤣
@matt-g-recovers Жыл бұрын
Subbed
@ravi_sorathiya3 жыл бұрын
Thanks coding in flow
@RahulPandeyrkp3 жыл бұрын
thank you + coding in flow
@ravi_sorathiya3 жыл бұрын
@@RahulPandeyrkplooking forward to in depth kotlin corotines and flow tutorial If you planning to make it
@ravi_sorathiya3 жыл бұрын
I just hit that subscribe button without wasting any further time after coding in flow posted insta story Know that's something is awesome there
@AS-iv6vx3 жыл бұрын
Why you add accountantDelegate? why not accountant.isInitialized()?
@RahulPandeyrkp3 жыл бұрын
isInitialized doesn't exist as a method on the accountant, it's on the Lazy interface
@AS-iv6vx3 жыл бұрын
@@RahulPandeyrkp I understand, you have changed "by lazy {}" to "= lazy{}"
@RahulPandeyrkp3 жыл бұрын
@@AS-iv6vx yep exactly
@erenizci41972 жыл бұрын
Really good content but i am too lazy to implement this.
@RahulPandeyrkp2 жыл бұрын
😅😂
@theai20203 жыл бұрын
half of the video is just nothing just this and that try to squeeze things in more compact way but still informative