- Android Development with Kotlin
- Marcin Moskala Igor Wojda
- 235字
- 2021-07-02 18:48:29
Preface
Nowadays, the Android application development process is quite extensive. Over the last few years, we have seen how various tools have evolved to make our lives easier. However, one core element of the Android application development process hasn't changed much over time, Java. The Android platform adapts to newer versions of Java, but to be able to use them, we need to wait for a very long time until new Android devices reach proper market propagation. Also, developing applications in Java comes with its own set of challenges since Java is an old language with many design issues that can't be simply resolved due to backward compatibility constraints.
Kotlin, on the other hand, is a new but stable language that can run on all Android devices and solve many issues that Java cannot. It brings lots of proven programming concepts to the Android development table. It is a great language that makes a developer's life much easier and allows them to produce more secure, expressive, and concise code.
This book is an easy-to-follow, practical guide that will help you to speed up and improve the Android development process using Kotlin. We will present many shortcuts and improvements over Java and new ways of solving common problems. By the end of this book, you will be familiar with Kotlin features and tools, and you will be able to develop an Android application entirely in Kotlin.
- ExtGWT Rich Internet Application Cookbook
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Intel Galileo Essentials
- Apache Hive Essentials
- Django:Web Development with Python
- Amazon S3 Cookbook
- Python數據可視化之Matplotlib與Pyecharts實戰
- R大數據分析實用指南
- Visual C++開發入行真功夫
- C語言程序設計實驗指導 (第2版)
- NGINX Cookbook
- Scala編程實戰
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Java EE輕量級解決方案:S2SH
- MySQL數據庫應用技術及實戰