Unlock your programming potential with Kotlin – Start building today
Key Features
Description
Kotlin is a modern, expressive, and concise programming language popular among developers for its many benefits. These include its interoperability with Java, ability to build native mobile and web applications, and support for functional programming.
This book provides a comprehensive introduction to Kotlin, covering everything you need to know to start building Kotlin applications, regardless of your prior programming experience.
You’ll start by learning the basics of Kotlin, including its variables, types, functions, and control flow statements. Then, you’ll explore more advanced topics such as object-oriented programming, generics, coroutines, RxKotlin, and multiplatform development. Once you have a solid foundation in Kotlin, you’ll learn how to use it to build real-world applications. You’ll start with a simple Android application and then move on to more complex projects, such as a web application and a desktop application.
By the end of this book, you will have a deep understanding of Kotlin and be confident in your ability to use it to build robust, maintainable, and scalable applications.
What you will learn
Who this book is for
Building Kotlin Applications is for anyone who wants to learn how to build modern and scalable applications with Kotlin. Whether you are a software engineer, mobile developer, web developer, or student, this book will teach you everything you need to know to get started with Kotlin.
Table of Contents
1. Java and Kotlin
2. Kotlin Basics
3. OOP with Kotlin
4. Generics
5. Annotations and Reflection
6. Functional Programming with Kotlin and RxKotlin
7. Observables, Observers, and Subjects
8. Flowables and Backpressure
9. Data Transformers and Async Operators
10. Concurrency and Parallel Processing
11. Testing Reactive Applications
12. Spring Reactive for Kotlin
13. Asynchronous Programming and Coroutines
14. Suspending Functions and Async/Await
15. Contexts and Dispatchers
16. Coroutines Channels
17. Coroutine Flows
18. Multiplatform and Kotlin