This shows you the differences between two versions of the page.
android:cursuri:05 [2024/03/29 08:00] laura.ruse created |
android:cursuri:05 [2025/03/28 07:59] (current) laura.ruse [5.2 Compose - Liste, Card, Iconițe] |
||
---|---|---|---|
Line 4: | Line 4: | ||
- | * [[https://docs.google.com/presentation/d/1C_1OqtKd-egzEjTYboxXWc9yuDMBE1nL/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] | + | * [[https://docs.google.com/presentation/d/1mQar1rx0kArmgzxK58xandAZ8WguvTEd/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] |
==== 5.2 Compose - Liste, Card, Iconițe ==== | ==== 5.2 Compose - Liste, Card, Iconițe ==== | ||
- | * [[https://docs.google.com/presentation/d/1KkaChgQd3zC8iuS8oR-p9_F4YZv6bXa5/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true| Slide-uri]] | + | * [[https://docs.google.com/presentation/d/1Kb5KQReB82QI1-zNdGY3Z6HnFjdSCK6i/edit?usp=sharing&ouid=101271510483951552258&rtpof=true&sd=true | Slide-uri]] |
==== Bibliografie ==== | ==== Bibliografie ==== | ||
+ | |||
+ | * https://developer.android.com/courses/pathways/android-basics-compose-unit-3-pathway-1 | ||
+ | * https://kotlinlang.org/docs/collections-overview.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/ | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/ | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/ | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-set/ | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/hash-code.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/ | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/ | ||
+ | * https://kotlinlang.org/docs/lambdas.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/for-each.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/map.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/filter.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/fold.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/sorted-by.html | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/group-by.html | ||
+ | * https://kotlinlang.org/docs/collection-ordering.html#custom-orders | ||
+ | * https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/sort-with.html | ||
+ | * https://www.baeldung.com/kotlin/sort | ||
+ | * https://kotlinlang.org/docs/collection-aggregate.html#fold-and-reduce | ||
+ | * https://developer.android.com/jetpack/compose/components/card | ||
+ | * https://developer.android.com/jetpack/compose/lists | ||
+ | * https://developer.android.com/courses/pathways/android-basics-compose-unit-3-pathway-2 | ||
+ | |||
+ | |||
+ | |||
+ |