Kotlin: Unterschied zwischen den Versionen
Flinh1 (Diskussion | Beiträge) (→Links) |
Flinh1 (Diskussion | Beiträge) (→Youtube) |
||
Zeile 52: | Zeile 52: | ||
=== Youtube === | === Youtube === | ||
− | * https://www.youtube.com/watch?v=L9k_NdTaMeI | + | * [https://www.youtube.com/watch?v=L9k_NdTaMeI Kotlin: Урок 0. Введение] |
− | * https://www.youtube.com/watch?v=1ruPswojG6E | + | * [https://www.youtube.com/watch?v=1ruPswojG6E Урок 1. Разработка на Kotlin. Установка Android Studio}] |
− | * https://www.youtube.com/watch?v=Tz8hAyYipb4 | + | * [https://www.youtube.com/watch?v=Tz8hAyYipb4 Урок создания простого приложения для Android на Kotlin [GeekBrains]] |
---- | ---- | ||
Version vom 13. September 2019, 12:52 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
Download für Windows/Mac von
Installation in Ubuntu 18.04[2]:
- sudo -H software-properties-gtk[3][4]
- Im Fenster "Anwendungen & Aktualisierungen" > "Andere Programme" > "Hinzufügen"
- ppa:mmk2410/intellij-idea eingeben
- Im Terminal apt-get install intellij-idea-community ausführen.
- https://de.wikipedia.org/wiki/IntelliJ_IDEA
- https://www.jetbrains.com/idea/
- https://wiki.ubuntuusers.de/Intellij_IDEA/
Quellen
Links
- https://kotlinlang.ru/
- https://openclassrooms.com/fr/courses/5774406-learn-kotlin/5930526-grasp-the-kotlin-origin-story
Youtube
- Kotlin: Урок 0. Введение
- Урок 1. Разработка на Kotlin. Установка Android Studio}
- Урок создания простого приложения для Android на Kotlin [GeekBrains]
Bücher
|