53:46 correctly states it's not possible to call a private member of a class (example is String), inside an extension function, but shows it as an example a couple of minutes earlier 51:37. This is because the 'length' field in String is actually public, so it is OK to use it in the extension function.
I went through below tutorial for Kotlin for Java developer. It helped me understand nuances of Kotlin and it's syntax and constructs, which I earlier used to find confusing and how to relate it to java syntax.
Thank you for this compact and informative video. I am not yet at the end of it, but it helped me a lot quick starting Kotlin for me already. Great job!
Great course! BTW, I think the result of the example for "associate" at 1:46:00 is off by one. Either 'a' + 1 == b and 10 * 1 == 10, or 'a' + 0 == a and 10 * 0 == 0
I dont get the findTheMostFrequentTripDurationPeriod 2:39:35 Why /10 *10 and +9 ? Does group by somehow merge durations? [1, 5, 11] -> [(1-10: 1, 5), (5-14: 5, 11)??, (11, 20: 11) If not, why not make a range out of it, after the most frequent duration is determined?
18:57 , but if we remove the println statement ? will the compiler recogonize the function returns the same thing and that there are no side effects and call it only once?
Hi , I have a question , in 3:31:33 you said companion object can access private members in the outer class , but when I tested it , I couldn't access them , why ?
this is the best ever course if you are an intermediate or expert in java
My God this is the most in-depth and difficult course I had ever taken. Love it!
This lesson is very in depth and useful!! The teacher is great! Thank you!
53:46 correctly states it's not possible to call a private member of a class (example is String), inside an extension function, but shows it as an example a couple of minutes earlier 51:37. This is because the 'length' field in String is actually public, so it is OK to use it in the extension function.
I went through below tutorial for Kotlin for Java developer.
It helped me understand nuances of Kotlin and it's syntax and constructs, which I earlier used to find confusing and how to relate it to java syntax.
This channel is by far one of the best Gold Mine.
Thanks for uploading this video.. it is amazing to learn through questions and answers.👍👍👍
Thank you for this compact and informative video. I am not yet at the end of it, but it helped me a lot quick starting Kotlin for me already. Great job!
Great course!
BTW, I think the result of the example for "associate" at 1:46:00 is off by one. Either 'a' + 1 == b and 10 * 1 == 10, or 'a' + 0 == a and 10 * 0 == 0
You are right. It should be ( 'b' to 10, 'c' to 20, ...)
Can you upload the remaining course on kotlin which explains coroutines.
Actually a very complete Course !
the only bad thing i found is that sometimes i cant completly understand what the girl is saying...
Skill issue
I dont get the findTheMostFrequentTripDurationPeriod 2:39:35
Why /10 *10 and +9 ? Does group by somehow merge durations? [1, 5, 11] -> [(1-10: 1, 5), (5-14: 5, 11)??, (11, 20: 11)
If not, why not make a range out of it, after the most frequent duration is determined?
I find this syntax much congesting then java, i dont know why people complain about java syntax its much clearer to understand and work with.
its literally 10 times shorter
18:57 , but if we remove the println statement ? will the compiler recogonize the function returns the same thing and that there are no side effects and call it only once?
Hi , I have a question , in 3:31:33 you said companion object can access private members in the outer class , but when I tested it , I couldn't access them , why ?
Thank you
Thank you very much!
Wow. Amazing
where do I start if I'm going to start from scratch. I want to b a android develper
Good course. Unfortunately was a struggle to understand what she is trying to convey.
cool video)
Pls create groovy course too for java developer.
❤✅
🥇
Shorter code does not equal more readable code.
Great tutorial - minor nitpick - if only she spoke a little slower
Трудно слушать из-за плохого произношения…
включи титры
Very good course but its very difficult to understand what the presenter is saying.
speak Arabic please because I am Arabic .
Do you have enough money to pay for it?
استعمل كبسة c c في اعلي الشاشة واطلب الترجمة العربية .
2:13:30 - sounds like really bad desicion though...
Thank you