Kotlin: Unterschied zwischen den Versionen
Flinh1 (Diskussion | Beiträge) |
Flinh1 (Diskussion | Beiträge) (→Links) |
||
Zeile 31: | Zeile 31: | ||
* https://kotlinlang.ru/ | * https://kotlinlang.ru/ | ||
+ | |||
* https://openclassrooms.com/fr/courses/5774406-learn-kotlin/5930526-grasp-the-kotlin-origin-story | * https://openclassrooms.com/fr/courses/5774406-learn-kotlin/5930526-grasp-the-kotlin-origin-story | ||
+ | |||
+ | * https://www.guru99.com/kotlin-tutorial.html | ||
---- | ---- |
Aktuelle Version vom 1. Dezember 2020, 14:35 Uhr
Inhaltsverzeichnis
Allgemeines
Kotlin was developed by JetBrains to address the limitations it encountered with Java during the development of its various products.
The Kotlin programming language was designed to be concise, safe, pragmatic, and 100% interoperable with Java.
Kotlin is a statically typed programming language that supports type inference via its compiler.
Kotlin supports object-oriented programming and functional programming.
Kotlin is open source, supports most IDEs, and works on most current Java platforms (that accept the JVM bytecode).[1]
Arbeitswerkzeuge
IntelliJ IDEA
Quellen
Links
Youtube
- Kotlin: Урок 0. Введение
- Урок 1. Разработка на Kotlin. Установка Android Studio}
- Урок создания простого приложения для Android на Kotlin [GeekBrains]
Bücher
- Griffiths, Dawn /David: Kotlin von Kopf bis Fuß, 2019 (dpunkt Verlag]
- Theis, Thomas: Einstieg in Kotlin: Apps entwickeln mit Android Studio. 2019 (Rheinwerk Verlag)
|