If you enjoyed this book, you may be interested in these other books by Packt:
Hands-on Design Patterns with Kotlin
Alexey Soshin
ISBN: 9781788998017
- Get to grips with Kotlin principles, including its strengths and weaknesses
- Understand classical design patterns in Kotlin
- Explore functional programming using built-in features of Kotlin
- Solve real-world problems using reactive and concurrent design patterns
- Use threads and coroutines to simplify concurrent code flow
- Understand antipatterns to write clean Kotlin code, avoiding common pitfalls
- Learn about the design considerations necessary while choosing between architectures
Kotlin Standard Library Cookbook
Samuel Urbanowicz
ISBN: 9781788837668
- Work with ranges, progressions, and sequences in use cases
- Add new functionalities to current classes with Kotlin extensions
- Understand elements such as lambdas...