- 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.
推薦閱讀
- OpenCV實例精解
- PaaS程序設(shè)計
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Java應用開發(fā)與實踐
- 基于Java技術(shù)的Web應用開發(fā)
- OpenCV 3和Qt5計算機視覺應用開發(fā)
- C語言程序設(shè)計教程(第2版)
- 精通Python自然語言處理
- 領(lǐng)域驅(qū)動設(shè)計:軟件核心復雜性應對之道(修訂版)
- 從零開始學C語言
- 蘋果的產(chǎn)品設(shè)計之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務和用戶體驗的七個原則
- Linux C編程:一站式學習
- Android玩家必備
- Web前端開發(fā)最佳實踐
- iOS應用逆向工程:分析與實戰(zhàn)