This shows you the differences between two versions of the page.
android:cursuri:04 [2023/09/24 08:55] laura.ruse |
android:cursuri:04 [2025/03/20 20:12] (current) laura.ruse [4.2 Compose - Starea] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Cursul 04. Afisarea listelor și folosirea Material Design ==== | + | ==== Cursul 04. Kotlin - Generice, obiecte și extensii. Compose - Starea ==== |
+ | |||
+ | ==== 4.1 Kotlin - Generice, obiecte și extensii ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/1W--mnm7T_wVrQdqaAcRsBG_Z5AnQtbyr/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] | ||
+ | |||
+ | ==== 4.2 Compose - Starea ==== | ||
+ | |||
+ | |||
+ | * [[https://docs.google.com/presentation/d/1DhiT5LIIjstru1PDIXpuEu9YG7TROuXg/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true | Slide-uri]] | ||
+ | |||
+ | |||
+ | ==== Bibliografie ==== | ||
+ | |||
+ | * https://developer.android.com/courses/pathways/android-basics-compose-unit-3-pathway-1 | ||
+ | * https://kotlinlang.org/docs/generics.html | ||
+ | * https://kotlinlang.org/docs/enum-classes.html | ||
+ | * https://kotlinlang.org/docs/data-classes.html | ||
+ | * https://kotlinlang.org/docs/object-declarations.html | ||
+ | * https://kotlinlang.org/docs/scope-functions.html | ||
+ | * https://developer.android.com/jetpack/compose/phases | ||
+ | * https://developer.android.com/jetpack/compose/lifecycle | ||
+ | * https://developer.android.com/jetpack/compose/state | ||
+ | * https://dev.to/zachklipp/remember-mutablestateof-a-cheat-sheet-10ma | ||
+ | * https://developer.android.com/jetpack/compose/state-hoisting | ||
+ | * https://developer.android.com/codelabs/basic-android-kotlin-compose-using-state#0 | ||