https://kotlinlang.org logo
Join SlackCommunities
Powered by
# books
  • u

    Uberto Barbini

    09/22/2021, 5:59 AM
    I'm a backend engineer, , Google GDE, working on Kotlin for 5 years. I am writing a book on how to use functional programming to build a complete application in Kotlin. I started working on it 3 years ago and it's based on real production code of several projects I worked on. It's now possible to buy the ebook in Beta: https://pragprog.com/titles/uboop/from-objects-to-functions/
    K 11
    ๐ŸŽ‰ 21
  • f

    fuad

    03/09/2022, 6:54 PM
    My new book is out: https://amzn.to/3tI3o6r https://www.raywenderlich.com/books/android-app-distribution
    ๐ŸŽ‰ 1
  • t

    therealbluepandabear

    03/12/2022, 5:03 AM
    Does anyone know any good books that can help me learn about the Kotlin standard library instead of looking through documentation?
    l
    m
    f
    • 4
    • 3
  • s

    Sam Stone

    03/23/2022, 2:05 PM
    I want to become a Coroutines expert. I would like a resource (strongly prefer a book) that starts from the basics, and thoroughly goes until the very end. I found this book but it was published in July 2018, and I feel like a lot has changed, and am worried about learning out of date information. I took the tutorial on the Kotlin website, but I felt it went too fast on certain ideas, and didn't expound enough. I also learn better from many worked examples, as is common in books. I also want something more comprehensive than those tutorials. Any tips?
    v
    • 2
    • 1
  • s

    Sam Stone

    03/23/2022, 2:05 PM
    Also, does anyone have any book recommendations for learning Kotlin/JS?
  • c

    Charlie Brown

    03/27/2022, 6:38 AM
    Hi Sam, you can also take a look into below books: 1. https://leanpub.com/coroutines 2. https://www.amazon.com/Programming-Android-Kotlin-Structured-Concurrency-dp-1492063002 IMO, the first one approach by hand-on step by step to explain the concept, The second one will be good choice if you have Android background with detail explain about evolution from Thread to high level API specific in Android context
    ๐Ÿ‘ 4
    b
    • 2
    • 1
  • l

    Luis Mauricio Alamo Chavez

    08/12/2022, 3:32 PM
    Hi! I'd like to start with Kotlin, I prefer to learn through books. Do you recommend some books? I'm a Java Developer looking for some fresh air and a new way to do things, as far as I know, Kotlin has multiple new concepts related to functional programming
    c
    c
    +2
    • 5
    • 5
  • a

    aaverin

    09/10/2022, 8:34 PM
    Is there a book on Kotlin of equivalent importance to Effective Java? Something that is a โ€œmust readโ€ for advanced level?
    ๐Ÿ‘ 1
    m
    g
    • 3
    • 5
  • a

    Alejandro Serrano Mena

    09/18/2022, 5:39 PM
    I've just published โ€œFunctional Programming Ideas for the Curious Kotlinerโ€ https://leanpub.com/fp-ideas-kotlin
    Kotlin lies in a really interesting intersection of programming styles, with functional programming becoming increasingly popular. Functional style is by no means new, so why not take advantage of the decades of ideas, concepts, and patterns from that community? In this book we explore those ideas with a higher impact on Kotlin code, including how to model data in immutable fashion, describing dependencies using contexts and effects, or treating actions as data.
    ๐Ÿ™Œ๐Ÿป 1
    ๐Ÿ™Œ 11
    ๐Ÿ™Œ๐Ÿผ 1
    a
    d
    i
    • 4
    • 5
  • a

    abdellah

    11/05/2022, 7:52 AM
    What is the best Kotlin book for Android developers with practical samples ?
    f
    • 2
    • 1
  • e

    Elizeu Silva dos Santos

    12/02/2022, 7:58 AM
    Does someone recommends this book for a kotlin begginer? Head First Kotlin (oreilly.com)
    k
    c
    +3
    • 6
    • 13
  • y

    Yaniv Kremer

    12/17/2022, 3:22 PM
    5$ https://www.packtpub.com/product/kotlin-design-patterns-and-best-practices-second-edition/9781801815727
    ๐Ÿ‘Œ 1
    k
    s
    m
    • 4
    • 3
  • a

    August Lilleaas

    02/01/2023, 1:50 PM
    my first book, โ€œPro Kotlin Web Apps from Scratchโ€, just got released ๐Ÿฅณ From the publisher (digital + physical): https://link.springer.com/book/10.1007/978-1-4842-9057-6 Amazon: https://www.amazon.com/Pro-Kotlin-Apps-Scratch-Production-ready/dp/1484290569
    โœ… 3
    ๐Ÿ‘ 6
    ๐Ÿ™Œ 3
    ๐Ÿ’ฏ 3
    ๐Ÿ‘ 23
  • a

    Arkangel

    02/07/2023, 12:44 PM
    congratulations.. just bought it
    ๐Ÿ‘ 2
    a
    c
    • 3
    • 3
  • d

    Devanshu Kaushik

    03/16/2023, 4:33 PM
    Can anyone recommend a good book that analyses programming language features like type safety, null-safety etc. (hopefully one of the languages is Kotlin) and how they apply/donโ€™t apply in the said languages with real life use cases?
    ๐Ÿ™Œ 1
    c
    v
    • 3
    • 2
  • f

    fitermay

    05/01/2023, 3:48 PM
    Iโ€™m looking for books on distributed system design that do not deal with various data races and failure condition naively.
  • f

    fitermay

    05/01/2023, 3:53 PM
    As far as Kotlin books, an advanced book on concurrency that deal with non-trivial cases like how to deal with resource disposal in flows.
    g
    • 2
    • 2
  • a

    August Lilleaas

    06/26/2023, 7:41 AM
    by the way, I just remembered something. Pro Kotlin Web Apps from Scratch is breaking new ground! It uses 2 spaces for indentation, instead of 4 ๐Ÿ˜Ž All other books uses 4 spaces. Which makes sense, as thatโ€™s the standard convention in Kotlin. But whitespace is the biggest enemy for code snippets in books, so I rolled with 2 ๐Ÿ’ช
    k
    • 2
    • 1
  • a

    August Lilleaas

    06/26/2023, 7:42 AM
    thatโ€™s a slight lie though, thereโ€™s one notable exception: Atomic Kotlin (Eckel, Isakova) also uses 2 spaces. And Iโ€™m glad it does, not sure I would have been brave enough to be the first 2-space Kotlin book
    k
    • 2
    • 2
  • c

    czuckie

    07/03/2023, 2:36 PM
    hello y'all, I'm wanting to understand coroutines and all the concurrency gubbins the kotlin provides with flows and channels etc. Can anyone recommend a good book?
    K 1
    ๐Ÿ‘ 1
    y
    a
    • 3
    • 3
  • h

    horse_badorties

    08/10/2023, 5:54 PM
    Hi there! Any educated guesses as to when Kotlin in Action 2nd edition is to be expected?
  • r

    Ranganath Kini

    08/10/2023, 6:05 PM
    I have the exact same question, I have asked this in the #kotlin-in-action channel as well. But haven't yet got any response. I too am eagerly awaiting its arrival.
  • h

    horse_badorties

    08/21/2023, 2:11 PM
    Answer from @Sebastian Aigner in another thread... ๐Ÿ‘๐Ÿผ https://kotlinlang.slack.com/archives/C0B8MA7FA/p1692626383374469?thread_ts=1692614307.812029&cid=C0B8MA7FA
    ๐Ÿ™Œ 4
  • u

    Uberto Barbini

    10/08/2023, 12:28 AM
    My book on functional Kotln and DDD is now available on Amazon: https://www.amazon.co.uk/Objects-Functions-Software-Functional-Programming/dp/1680508458
    ๐Ÿ’ฏ 10
    ๐ŸŽ‰ 13
    ๐Ÿ†’ 3
    ๐Ÿ‘ 2
    a
    • 2
    • 1
  • f

    fuad

    01/17/2024, 7:12 PM
    My foundational Android book was just released today on Amazon and Kodeco.com. ๐Ÿ˜๐ŸŽ‰๐Ÿš€ https://www.linkedin.com/posts/kodecodev_android-fundamentals-by-tutorials-activity-7153363936669569024-btVG
    ๐ŸŽ‰ 7
    ๐Ÿ‘ 4
    ๐Ÿ•บ 2
    K 3
    K 7
  • f

    fuad

    02/26/2024, 6:55 PM
    Just arrived in the mail today ๐Ÿ˜Š
    ๐Ÿ‘ 7
  • g

    galex

    05/12/2024, 9:52 AM
    https://galex.dev/posts/new-book-kotlin-in-action-second-edition/
    ๐Ÿ‘ 1
    ๐Ÿ‘ 7
    ๐Ÿ‘๐Ÿป 1
  • e

    Elena van Engelen

    10/23/2024, 10:24 AM
    Excited to share my book, Kotlin Crash Course, with the Kotlin community! Itโ€™s a hands-on guide to mastering Kotlin through practical projects, including building REST APIs and serverless applications. Check it out on Amazon or BPB Publishing. More details in my blog post here.
    ๐Ÿ‘€ 4
    K 8
    ๐Ÿ‘ 2
    c
    • 2
    • 2
  • g

    Ghassane Latfi

    11/13/2024, 9:32 PM
    My first book just got published, it is about the Kotlin backend stack (Ktor/Exposed) (in french ๐Ÿ‡ซ๐Ÿ‡ท) https://www.editions-eni.fr/livre/kotlin-developpement-backend-d-applications-web-avec-ktor-et-exposed-9782409047008
    K 8
  • p

    Piotr Krzemiล„ski

    04/09/2025, 7:32 AM
    yesterday, a print edition of Kotlin: An Illustrated Guide was released ๐ŸŽ‰ kudos @Dave Leeds , I admire the high quality and the sense of humor through the cartoons
    ๐Ÿ‘ 6
    ๐Ÿฅน 2
    โค๏ธ 2
    K 12
    ๐Ÿ‘€ 1