Leanpub Header

Skip to main content

Filters

Category: "Kotlin"

Kotlin

  1. Functional Programming Ideas for the Curious Kotliner

    Functional programming and Kotlin make such a great couple! In this book we explore ideas from the former that will definitely change the way you look and code in Kotlin.

  2. Pronto Compose
    Pronto Compose
    Learn Jetpack Compose in 30 Days!
    Val Okafor

    There is a steep learning curve with adopting Jetpack Compose. Through real-world examples, this book will help you learn Jetpack Compose. You will create numerous throwaway sample apps and a working Todo List and ChatGPT client app which will expose you to an exhaustive list of Jetpack Compose APIs, approaches, best practices, and tips.

  3. Kotlin Essentials
    Kotlin Essentials
    Marcin Moskała

    This book covers the essentials of Kotlin so you can start developing with this amazing programming language. We show nearly everything you need to know in clear and executable code examples.

  4. Functional Kotlin
    Functional Kotlin
    Marcin Moskała

    This book is about functional programming features in Kotlin. It first covers the essentials and then builds on them: it presents important and practical topics like collection processing, scope functions, and DSL usage and creation, context receivers.

  5. Developing Web Applications
    Developing Web Applications
    with Play & Scala
    Paul E. Sevinç

    I am not going to teach Play or Scala to you. Alas, I have read too many books whose authors have bitten off more than they could chew by trying to explain anything & everything themselves. The parts which go to make Play are concisely and well explained in the official, freely accessible docs; there is no point in me reinventing the wheel. Instead, this book is a guided tour through the Play docs and my intention is to show how to apply what you have learned by reading them to two production-level, albeit simple, Web apps.In doing so, my aim is to help you progress from programming to software development sprinkledwith some software engineering.

  6. KOTLIN - Quick Start
    KOTLIN - Quick Start
    Version: 2.0 - Date: 04.2021
    Ivor Online

    This book is collection of standalone tutorials each containing minimum amount of code needed to explain specific functionality making them very easy to learn. It can be also used as Just In Time Support so that you can learn what you need when you need it.

  7. Atomic Kotlin
    Atomic Kotlin
    Bruce Eckel and Svetlana Isakova

    For both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java and a Kotlin team member comes a book that breaks concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA! Full support at www.AtomicKotlin.com.

  8. Learn Simply: Android Mobile Application Development using Kotlin
    Learn Simply: Android Mobile Application Development using Kotlin
    Mastering Android Programming
    Dr. Iyad Abu Doush

    Want to learn how to develop mobile applications for Android using Kotlin? Find a complete reference with examples easy to follow and understand that make the concepts clear.

  9. Building Domain Specific Languages in Kotlin
    Building Domain Specific Languages in Kotlin
    Kotlin language features and software design patterns for creating DSLs and improving code
    Greg Milette

    What amazing code can you write with Kotlin? You have features like function types, nullables, and extension functions that are useful, but how can you use features like these to write code that you never could have in other languages like Java? One answer is: embed a domain specific language in your code to make common code easier to use.

  10. Effective Kotlin
    Effective Kotlin
    Best practices
    Marcin Moskała

    Effective Kotlin summarizes the best practices and experiences of the Kotlin community, together with a deep explanation of some lesser-known Kotlin functionalities. All of the best practices are presented as simple rules with detailed explanations.