This shows you the differences between two versions of the page.
android:cursuri:01 [2023/09/23 17:43] laura.ruse |
android:cursuri:01 [2025/02/23 18:41] (current) laura.ruse [1.2 Kotlin - Condiționale, bucle și nullability] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Cursul 01. Limbajul Kotlin - Variabile și Funcții ==== | + | ==== Cursul 01. Kotlin - Funcții, variabile, condiționale, bucle, nullability ==== |
+ | |||
+ | ==== 1.1 Kotlin - Variabile și funcții ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/1w_OuYb94D90Txg7iYhZa3-sGwrACQ5l5/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true | Slide-uri]] | ||
+ | |||
+ | ==== 1.2 Kotlin - Condiționale, bucle și nullability ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/17_18LPeKdm3g5h7KZEgwNq2AbjlZn3PK/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true | Slide-uri]] | ||
+ | |||
+ | |||
+ | ==== Bibliografie ==== | ||
+ | |||
+ | * https://developer.android.com/courses/pathways/android-basics-compose-unit-1-pathway-1 | ||
+ | * https://kotlinlang.org/docs/basic-syntax.html | ||
+ | * https://kotlinlang.org/docs/basic-types.html | ||
+ | * https://play.kotlinlang.org/byExample/01_introduction/03_Variables | ||
+ | * https://kotlinlang.org/docs/functions.html | ||
+ | * https://play.kotlinlang.org/byExample/01_introduction/02_Functions | ||
+ | * https://developer.android.com/courses/pathways/android-basics-compose-unit-2-pathway-1 | ||
+ | * https://kotlinlang.org/docs/control-flow.html | ||
+ | * https://kotlinlang.org/docs/null-safety.html | ||
+ | |||
+ | | ||