Join Slack
Powered by
Hello, do you recommend any kotlin books for exper...
# books
k
Kamil Wujec
01/30/2019, 9:20 PM
Hello, do you recommend any kotlin books for experienced java developer? Not super basics. Would be nice if there will be something about coroutines too, but its nice-to-have as this topic is fresh. So I guess books about them are not out yet :D
a
aandreyev
01/30/2019, 9:32 PM
https://www.manning.com/books/kotlin-in-action
➕ 2
👍 1
g
gildor
01/31/2019, 2:32 AM
For coroutines If you interested about practical usage, I would just read kotlinx.coroutines guide
https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/coroutines-guide.md
and, if you interested about internals, KEEP:
https://github.com/Kotlin/KEEP/blob/master/proposals/coroutines.md
❤️ 1
f
fuad
02/16/2019, 12:13 AM
@Kamil Wujec
+1 on
Kotlin in Action
. Also, if you already know Android, then
@antonioleiva
’s book is awesome, too
❤️ 1
fuad
02/16/2019, 12:14 AM
Also Kotlin Apprentice and Android Apprentice (all Kotlin based) from
RayWenderlich.com
fuad
02/16/2019, 12:14 AM
My book is for non-Java devs 😁
5
Views
Open in Slack
Previous
Next