Installation Android Studio
Programm "Hello World"
Kotlin Basics
- Keywords
- variables
- Type Casting
- Operators
- Input Output
- Comments
Strings
Array
Control Flow
- if expression
- when expression
- for loop
- while loop
- do-while loop
- continue
- break
Functions
- Function
- Recursion
- default and named arguments
- Lambda functions
- Higher Order Function
Exception Handling
- Exception Handling
- Kotlin try catch
- Multiple catch blocks
- Nested try catch
- Throw keyword
- Kotlin try expression
OOP
- Class and Objects
- Constructors
- Inheritance
- Visibility Modifiers
- abstract class
- Interfaces
- Nested and Inner Class
- Data Class
- Sealed Class
Nutzung einer vorgefertigten App
- Richten Sie Ihren Bildschirm ein
- Erkunden der Projektstruktur und des Layouts
- Erstellen Sie ein virtuelles Gerät (Emulator)
- Führen Sie Ihre App auf Ihrem neuen Emulator aus
- Führen Sie Ihre App auf einem Gerät aus (wenn Sie eines haben)
- Fehlersuche
- Erkunden der App-Vorlage
App Weiterentwickeln
- Erkunden Sie den Layout-Editor
- Hinzufügen von Farbressourcen
- Hinzufügen von Ansichten und Constraints
- Aktualisieren Sie das Aussehen der Schaltflächen und der TextView
- Machen Sie Ihre App interaktiv
- Implementieren Sie das zweite Fragment
Installation Android Studio
Programm "Hello World"
Kotlin Basics
- Keywords
- variables
- Type Casting
- Operators
- Input Output
- Comments
Strings
Array
Control Flow
- if expression
- when expression
- for loop
- while l ...
Mehr Informationen >>