Kotlin for Android App Development
β Scribed by Peter Sommerhoff
- Publisher
- Addison-Wesley Professional
- Year
- 2018
- Tongue
- English
- Leaves
- 419
- Series
- Developer's Library
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Write More Robust and Maintainable Android Apps with Kotlin
βPeter Sommerhoff takes a practical approach to teaching Kotlin by providing a larger set of code listings that demonstrate language features and by guiding readers through the development of two Android apps step by step. . . . Peter finds a good balance between what is essential and what can be left to readers, so this book is an efficient yet comprehensible source for starting programming with Kotlin.β
βBernhard Rumpe, Professor of Software Engineering, RWTH Aachen University
The Kotlin language brings state-of-the-art programming techniques and constructs to Android development. Kotlin for Android App Development will help you rapidly understand Kotlinβs principles and techniques, apply Kotlin in production app development, integrate Kotlin with existing Java code, and plan a migration to Kotlin, if you choose.
Β
If you have at least basic programming experience (with any language), Peter Sommerhoffβs well-crafted overview and examples will help you get quickly up-to-speed with the Kotlin language, its constructs, and its advanced functional and object-oriented capabilities.
Β
Once youβve mastered these foundations, Sommerhoff walks you through two complete app development projects, introducing best practices and emerging patterns for writing code thatβs robust, concise, readable, and highly performant.
- Understand Kotlinβs goals, principles, advantages, design, and constructs
- Take full advantage of functional programming in the Kotlin environment
- Write more concise and reusable code using Kotlinβs object-oriented features
- Interoperate with existing Java code, and plan a migration to Kotlin
- Use coroutines to efficiently handle concurrency
- Capture data via third-party APIs, map it to internal data representations, and present it to users
- Master best practices for architecting Kotlin Android apps
- Improve productivity and readability by creating simple domain-specific languages in Kotlin
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
β¦ Table of Contents
1Introducing Kotlin
2Diving into Kotlin
3Functional Programming in Kotlin
4Object Orientation in Kotlin
5Interoperability with Java
6Concurrency in Kotlin
7Android App Development with Kotlin: Kudoo App
8Android App Development with Kotlin: Nutrilicious
9Kotlin DSLs
10Migrating to Kotlin
Appendix AFurther Resources
Glossary
π SIMILAR VOLUMES
Learn Kotlin the easy way while developing an Android App. Kotlin is the new official language to write Android Apps, and thanks to this book, you'll be writing code in no time. Straight to the point, practical and full of examples, it will show you the language while developing an Android App. Lea