Hi everyone.
I’m from python and I’ve been learning kotlin for about a month as well.
As using Kotlin, I’m getting understand the syntax but don’t get how to design well OOP yet.
Can anyone please suggest book recommendation or related materials?
Thanks!
s
Stephan Schroeder
05/18/2021, 7:27 AM
the book I learned Kotlin with was "Kotlin in Action" https://www.manning.com/books/kotlin-in-action which is awesome. It covers Kotlin 1.2 so it's not the latest (1.5) but it's still a good place to start. Another book (which is newer) I've heard good things about, but haven't read it myself is "Atomic Kotlin" https://www.atomickotlin.com/contents/
Thanks for your answer Stephan! 😄
Oh, I did Kotlin Koans when I started this journey! And I’m reading Kotlin In Action now. I read half of it. It’s amazing book!
But I thinks it’s about philosophy and the right way to use kotlin but about design software in kotlin(Although it has things in common..)
Do you know any books on design software in terms of OOP and kotlin?