- Android Development with Kotlin
- Marcin Moskala Igor Wojda
- 94字
- 2021-07-02 18:48:31
Android Studio
All Android Studio's existing tools work with Kotlin code. We can easily use debugging, lint checks, have proper code assistance, refactoring, and more. Most of the things work the same way as for Java, so the biggest noticeable change is the Kotlin language syntax. All we need to do is to configure Kotlin in the project.
Android applications have multiple entry points (different intents can start different components in the application) and require Android framework dependencies. To run the book examples, we need to extend the Activity class and place code there.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- 自己動手寫搜索引擎
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Java編程指南:基礎知識、類庫應用及案例設計
- OpenCV 3和Qt5計算機視覺應用開發
- Learning Linux Binary Analysis
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- VMware虛擬化技術
- Expert Data Visualization
- Android開發三劍客:UML、模式與測試
- Android群英傳
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Orchestrating Docker
- 愛上C語言:C KISS
- 軟件工程與UML案例解析(第三版)