current location: Home > Download > Manual Download > Mobile terminal > Kotlin Android Chinese development help document PDF version
Kotlin Android Chinese development help document PDF version
Classify: Manual Download / Mobile terminal | Release time: 2024-01-27 | visits: 2836 |
Download: 24 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 Call to a Member Function on a Non-Object: How to Diagnose and Fix This PHP Error?
- 2 Why Are My Go Logs Not Writing to File?
- 3 How Can I Create User-Friendly URLs in PHP?
- 4 How to Compute MD5 File Checksums in Java?
- 5 Why Are My Localhost Project Links Failing in WAMP, and How Can I Fix Them?
- 6 Warframe: Atomicycle Complete Guide
- 7 How to Resolve Go's Cross-Compilation Bootstrapping Issue from Windows to Linux?
- 8 Runnable run() vs. Thread start(): What's the Key Difference?
- 9 Why Does mysqli_connect() Fail with "Authentication Method Unknown (Caching_sha2_password)"?
- 10 How to Add Color to Console Output Using System.out.println()?
- 11 How Can I Iterate Through JavaScript Arrays?
- 12 How Can I Efficiently Extract Numbers from Strings in Python?
- 13 How Can I Handle HTTP Errors and Retrieve Response Codes When Using `file_get_contents` for POST Requests?
- 14 How Can I Use Multiple Databases in Laravel?
- 15 How Can I Convert a Python Dictionary to a Pandas DataFrame with Date and Value Columns?
Latest Tutorials
-
- Go language practical GraphQL
- 2325 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3741 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1998 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2780 2024-03-29
This book is not a language reference book, but it is a tool for Android developers to learn Kotlin and use it in their own projects. I will use some language features and interesting tools and libraries to solve many typical problems we encounter in daily life.
This book is very practical, so I suggest you follow my examples and code practice in front of the computer. Whenever you have some ideas you can dive into them.
Is this book right for you?
This book is written to help those who are interested
Android developers who use the Kotlin language to develop.
If you meet the following conditions, then this book is suitable for you:
You have basic knowledge of Android development and Android SDK.
You want to learn Kotlin by following an example written in the Kotlin language.
You need a guide on how to use more concise and vivid language to solve typical problems encountered in daily life.
On the other hand, this book may not be suitable for you because:
This book is not a Kotlin bible. I will explain all the basic syntax of Kotlin, even including some relatively complex ideas that I need when I encounter it in the process. So you learn by an example, not the other way around.
I'm not going to explain how to develop an Android app. You don't need deep development knowledge, but at least understand the basics, such as Android Studio, Gradle, Java language and Android SDK. You might learn something new about Android development.
This book is not a guide to functional programming languages. Of course since Java 7 is not functional at all, I will explain what you need to know but won't go into functional programming topics in great depth.